feat(regime)
This commit is contained in:
commit
2be7ec6836
62 changed files with 1817 additions and 0 deletions
7
templates/shared/package/.regime-template.json
Normal file
7
templates/shared/package/.regime-template.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"patterns": {
|
||||
"package.json": "merge json",
|
||||
"tsconfig.json": "merge json",
|
||||
"tsconfig.*.json": "merge json"
|
||||
}
|
||||
}
|
||||
11
templates/shared/package/package.json
Normal file
11
templates/shared/package/package.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "Sigitex",
|
||||
"url": "http://github.com/sigitex"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sigitex/<<repo>>.git"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue