File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ All notable changes to this project will be documented in this file. Dates are d
44
55### UNRELEASED
66
7- - Cleanup npm scripts
8-
97### [ 3.2.1] ( https://github.com/doesdev/rollup-plugin-analyzer/compare/3.2.0...3.2.1 )
108
119> 12 September 2019
Original file line number Diff line number Diff line change 1010 " module.js"
1111 ],
1212 "scripts" : {
13- "build" : " standard module.js && node ./node_modules/rollup/dist/bin/rollup -c" ,
14- "test" : " npm run build && mvt --verbose" ,
15- "precommit" : " npm run build && mvt --verbose && git add index.js"
13+ "test" : " standard module.js && node ./node_modules/rollup/dist/bin/rollup -c && mvt --verbose" ,
14+ "precommit" : " standard module.js && node ./node_modules/rollup/dist/bin/rollup -c && mvt --verbose && git add index.js"
1615 },
1716 "repository" : {
1817 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments