Skip to content

Commit 6d65298

Browse files
meeseeksmachineZsailer
andauthoredAug 11, 2021
Backport PR #6133: Add @babel/core dependency (#6134)
Co-authored-by: Zachary Sailer <[email protected]>
1 parent f194d49 commit 6d65298

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
@@ -16,6 +16,7 @@
1616
"watch": "onchange 'notebook/static/**/!(*.min).js' 'notebook/static/**/*.less' 'bower.json' -- npm run build"
1717
},
1818
"devDependencies": {
19+
"@babel/core": "^7.15.0",
1920
"@babel/preset-env": "^7.15.0",
2021
"@jupyterlab/apputils": "^3.1.3",
2122
"babel-loader": "^8.2.2",

0 commit comments

Comments
 (0)
Please sign in to comment.