Skip to content

Commit

Permalink
fix: Could not find dependency: core-js relative to dist/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
parksben committed Jan 3, 2020
1 parent 7f261e6 commit c1659ed
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 @@ -7,6 +7,7 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"dependencies": {
"core-js": "3",
"prop-types": "^15.6.0",
"react": "^16.2.0"
},
Expand All @@ -20,7 +21,6 @@
"@babel/preset-react": "^7.7.4",
"autoprefixer": "^8.0.0",
"conventional-changelog-cli": "^1.3.14",
"core-js": "3",
"postcss-cli": "^5.0.0",
"rimraf": "^2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ core-js-compat@^3.6.0:

core-js@3:
version "3.6.1"
resolved "https://registry.npm.taobao.org/core-js/download/core-js-3.6.1.tgz#39d5e2e346258cc01eb7d44345b1c3c014ca3f05"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.1.tgz#39d5e2e346258cc01eb7d44345b1c3c014ca3f05"

core-js@^1.0.0:
version "1.2.7"
Expand Down

0 comments on commit c1659ed

Please sign in to comment.