If people copy paste to make an new package they might miss this and we will get a publish error later so figured we should add it to all.
17 lines
446 B
JSON
17 lines
446 B
JSON
{
|
|
"name": "@babel/helper-call-delegate",
|
|
"version": "7.0.0",
|
|
"description": "Helper function to call delegate",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@babel/helper-hoist-variables": "^7.0.0",
|
|
"@babel/traverse": "^7.0.0",
|
|
"@babel/types": "^7.0.0"
|
|
}
|
|
}
|