Skip to content

Commit

Permalink
build: lock rollup-plugin-commonjs version (styled-components#282)
Browse files Browse the repository at this point in the history
lock rollup-plugin-commonjs version to prevent the build from throwing when running npm install
because of a spread operator in an object literal

fixes styled-components#279
  • Loading branch information
stevenbenisek authored and bhough committed Jan 8, 2018
1 parent 28fdc90 commit 07c46ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"ramda": "^0.23.0",
"rollup": "^0.50.0",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.1",
"rollup-plugin-commonjs": "8.2.1",
"rollup-plugin-flow": "^1.1.1",
"rollup-plugin-inject": "^2.0.0",
"rollup-plugin-json": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5278,7 +5278,7 @@ rollup-plugin-babel@^3.0.2:
dependencies:
rollup-pluginutils "^1.5.0"

rollup-plugin-commonjs@^8.2.1:
rollup-plugin-commonjs@8.2.1:
version "8.2.1"
resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-8.2.1.tgz#5e40c78375eb163c14c76bce69da1750e5905a2e"
dependencies:
Expand Down

0 comments on commit 07c46ff

Please sign in to comment.