rollup-plugin-multi-entry
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "rollup-plugin-multi-entry", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Allows specifying multiple entry points with rollup.", | ||
"main": "dist/rollup-plugin-multi-entry.cjs.js", | ||
"jsnext:main": "dist/rollup-plugin-multi-entry.es6.js", | ||
"main": "dist/rollup-plugin-multi-entry.js", | ||
"jsnext:main": "dist/rollup-plugin-multi-entry.mjs", | ||
"scripts": { | ||
"build": "rm -rf dist && rollup -c rollup.cjs.config.js && rollup -c rollup.es6.config.js", | ||
"build": "rm -rf dist && rollup -c", | ||
"pretest": "npm run build", | ||
"test": "mocha test.js", | ||
"test": "mocha", | ||
"prepublish": "npm test" | ||
@@ -33,8 +33,11 @@ }, | ||
"devDependencies": { | ||
"babel-plugin-transform-flow-strip-types": "^6.7.0", | ||
"babel-plugin-transform-flow-strip-types": "^6.8.0", | ||
"babel-preset-es2015": "^6.9.0", | ||
"babel-preset-es2015-rollup": "^1.1.1", | ||
"mocha": "^2.4.5", | ||
"rollup": "^0.25.4", | ||
"rollup-plugin-babel": "^2.4.0" | ||
"babel-register": "^6.9.0", | ||
"babelrc-rollup": "^1.0.0", | ||
"mocha": "^2.5.3", | ||
"rollup": "^0.29.0", | ||
"rollup-plugin-babel": "^2.5.1" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
8588
8
202
1