Skip to content

Commit

Permalink
Merge 57bb39d into bf9bb95
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Apr 7, 2019
2 parents bf9bb95 + 57bb39d commit f0939b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -24,10 +24,10 @@
"dependencies": {
"array-changes": "3.0.1",
"array-changes-async": "3.0.1",
"detect-indent": "3.0.1",
"detect-indent": "5.0.0",
"diff": "4.0.1",
"greedy-interval-packer": "1.2.0",
"leven": "2.1.0",
"leven": "3.1.0",
"magicpen": "^6.0.2",
"unexpected-bluebird": "2.9.34-longstack2"
},
Expand Down Expand Up @@ -61,6 +61,7 @@
"offline-github-changelog": "^1.6.0",
"prettier": "~1.16.0",
"rollup": "^1.0.1",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-node-globals": "^1.1.0",
"rollup-plugin-node-resolve": "^4.0.0",
Expand Down
6 changes: 6 additions & 0 deletions rollup.config.js
Expand Up @@ -13,6 +13,12 @@ module.exports = {
},
plugins: [
/* eslint import/no-extraneous-dependencies: ["error", {"devDependencies": true}] */
require('rollup-plugin-buble')({
include: [
'node_modules/leven/**/*.js',
'node_modules/detect-indent/**/*.js'
]
}),
require('rollup-plugin-commonjs')(),
require('rollup-plugin-node-resolve')(),
require('rollup-plugin-node-globals')(),
Expand Down

0 comments on commit f0939b4

Please sign in to comment.