Add @babel/helpers to devDependencies of runtime and runtime-corejs2 (#9222)

This commit is contained in:
Nicolò Ribaudo 2018-12-21 10:08:47 +01:00 committed by GitHub
parent 21228abfde
commit bc347bab7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -11,5 +11,8 @@
"dependencies": {
"core-js": "^2.5.7",
"regenerator-runtime": "^0.12.0"
},
"devDependencies": {
"@babel/helpers": "^7.2.0"
}
}

View File

@ -10,5 +10,8 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"dependencies": {
"regenerator-runtime": "^0.12.0"
},
"devDependencies": {
"@babel/helpers": "^7.2.0"
}
}