Skip to content

Commit

Permalink
build(package): save devDependencies for rollup and its plugins
Browse files Browse the repository at this point in the history
Rollup will be used to build the UMD bundle.
  • Loading branch information
remarkablemark committed Jun 17, 2019
1 parent c9b6d12 commit 872b1fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
"jest": "^24.8.0",
"lint-staged": "^8.2.1",
"prettier": "^1.18.2",
"rollup": "^1.15.6",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-uglify": "^6.0.2",
"standard-version": "^6.0.1"
},
"license": "MIT"
Expand Down

0 comments on commit 872b1fa

Please sign in to comment.