Skip to content

Commit

Permalink
add explicit dependency for core-js. fixes the case where project dep…
Browse files Browse the repository at this point in the history
…ends on conflicting core-js version (#576)
  • Loading branch information
hipstersmoothie committed Aug 27, 2018
1 parent 7680559 commit 8a63e1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/jimp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"@babel/polyfill": "^7.0.0-rc.1",
"@jimp/custom": "^0.3.7",
"@jimp/plugins": "^0.3.7",
"@jimp/types": "^0.3.7"
"@jimp/types": "^0.3.7",
"core-js": "^2.5.7"
},
"devDependencies": {
"babelify": "^9.0.0",
Expand Down

0 comments on commit 8a63e1e

Please sign in to comment.