Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit ebbb57b

Browse files
committed
move @babel/runtime to devDependencies
1 parent 934ecf1 commit ebbb57b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"Bret Comnes <bcomnes@gmail.com> (https://bret.io)"
3131
],
3232
"dependencies": {
33-
"@babel/runtime": "^7.1.2",
3433
"@netlify/open-api": "^0.4.1",
3534
"archiver": "^3.0.0",
3635
"backoff": "^2.5.0",
@@ -60,6 +59,7 @@
6059
"@babel/core": "^7.1.2",
6160
"@babel/plugin-transform-runtime": "^7.1.0",
6261
"@babel/preset-env": "^7.1.0",
62+
"@babel/runtime": "^7.1.2",
6363
"ava": "1.0.0-beta.7",
6464
"babel-eslint": "^9.0.0",
6565
"babel-loader": "^8.0.4",

0 commit comments

Comments
 (0)