first commit
This commit is contained in:
11
generator/index.js
Normal file
11
generator/index.js
Normal file
@@ -0,0 +1,11 @@
|
||||
module.exports = (api, options, rootOptions) => {
|
||||
api.extendPackage({
|
||||
devDependencies: {
|
||||
"@babel/generator": "^7.11.4",
|
||||
"@babel/types": "^7.11.0",
|
||||
"@babel/parser": "^7.11.4",
|
||||
"glob": "^7.1.3",
|
||||
"pify": "^4.0.1"
|
||||
},
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user