fix(core): update
This commit is contained in:
3
assets/templates/meta/.meta.json
Normal file
3
assets/templates/meta/.meta.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"projects": {}
|
||||
}
|
5
assets/templates/meta/.smartscaf.yml
Normal file
5
assets/templates/meta/.smartscaf.yml
Normal file
@ -0,0 +1,5 @@
|
||||
runafter:
|
||||
- git add -A && git commit -m initial
|
||||
- git push origin master
|
||||
- gitzone meta update
|
||||
|
11
assets/templates/meta/package.json
Normal file
11
assets/templates/meta/package.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "@{{module.gitscope}}/{{module.gitrepo}}_meta",
|
||||
"version": "1.0.1",
|
||||
"description": "a meta package for {{module.gitscope}}",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "{{module.author}}",
|
||||
"license": "UNLICENSED"
|
||||
}
|
Reference in New Issue
Block a user