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.
15 lines
356 B
JSON
15 lines
356 B
JSON
{
|
|
"name": "@babel/helper-regex",
|
|
"version": "7.0.0",
|
|
"description": "Helper function to check for literal RegEx",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"lodash": "^4.17.10"
|
|
}
|
|
}
|