Skip to content

Commit 7b2a97f

Browse files
authoredMay 24, 2020
chore: add @babel/core as dev dep (#17)
1 parent 5f335e0 commit 7b2a97f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "eslint 'src/**/*.js' --quiet --fix",
1010
"clean": "rimraf ./dist ./.cache",
1111
"ci:lint": "eslint 'src/**/*.js' -c ./.eslintrc.js",
12-
"ci:test": "jest --ci" ,
12+
"ci:test": "jest --ci",
1313
"test": "jest",
1414
"test:watch": "jest --watch"
1515
},
@@ -24,6 +24,7 @@
2424
"react-dom": "^16.13.1"
2525
},
2626
"devDependencies": {
27+
"@babel/core": "^7.9.6",
2728
"@babel/preset-env": "^7.9.6",
2829
"@babel/preset-react": "^7.9.4",
2930
"@testing-library/dom": "^7.5.7",

0 commit comments

Comments
 (0)