Skip to content

Commit

Permalink
Move core-js from dev to runtime dependencies (closes #28, #29)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoobestik committed Apr 9, 2021
1 parent 51a53e0 commit cc08296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"typings": "lib/index.d.ts",
"dependencies": {
"@types/webpack": ">=4.0",
"core-js": "^3.10.1",
"csso": "^4.0.2",
"source-map": "^0.7.3",
"webpack-sources": "^1.0.1"
Expand All @@ -56,7 +57,6 @@
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"babel-eslint": "^10.0.0",
"core-js": "^3.10.0",
"eslint": "^6.7.2",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.7.0",
Expand Down

0 comments on commit cc08296

Please sign in to comment.