Skip to content

Commit c373bd8

Browse files
authored
Merge pull request #6133 from afshin/babel-core
Add @babel/core dependency
2 parents 4ddc293 + 3909a15 commit c373bd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"watch": "onchange 'notebook/static/**/!(*.min).js' 'notebook/static/**/*.less' 'bower.json' -- npm run build"
1818
},
1919
"devDependencies": {
20+
"@babel/core": "^7.15.0",
2021
"@babel/preset-env": "^7.15.0",
2122
"@jupyterlab/apputils": "^3.1.3",
2223
"babel-loader": "^8.2.2",

0 commit comments

Comments
 (0)