add babel-runtime to babylon dependencies
This commit is contained in:
parent
446cc3e869
commit
f3a016df30
@ -6,7 +6,11 @@
|
|||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "babel/babel",
|
"repository": "babel/babel",
|
||||||
"main": "lib/index.js"
|
"main": "lib/index.js",
|
||||||
} "bin": {
|
"dependencies": {
|
||||||
|
"babel-runtime": "^5.8.20"
|
||||||
|
},
|
||||||
|
"bin": {
|
||||||
"babylon": "./bin/babylon.js"
|
"babylon": "./bin/babylon.js"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user