Skip to content

Commit 5b2edb0

Browse files
authored
Merge pull request #20 from JackHowa/FIX-babel-core-update-error
Fix babel core update error
2 parents 8c9ee25 + f7bfe9d commit 5b2edb0

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ node_modules/
22
.DS_Store
33
.cache/
44
public/
5+
.parcel-cache
6+
dist

package-lock.json

Lines changed: 15 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"xxhashjs": "0.2.2"
1919
},
2020
"devDependencies": {
21-
"@babel/core": "7.2.0",
21+
"@babel/core": "7.12.0",
2222
"jest": "^26.6.3"
2323
},
2424
"resolutions": {

0 commit comments

Comments
 (0)