fix(core): update
This commit is contained in:
parent
11abf9aafd
commit
5d3b4585b0
@ -7,7 +7,7 @@
|
|||||||
"typings": "dist_ts/index.d.ts",
|
"typings": "dist_ts/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(tstest test/)",
|
"test": "(tstest test/)",
|
||||||
"build": "(tsbuild)",
|
"build": "(tsbuild --web --allowimplicitany)",
|
||||||
"buildDocs": "tsdoc"
|
"buildDocs": "tsdoc"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/smartscaf',
|
name: '@pushrocks/smartscaf',
|
||||||
version: '4.0.2',
|
version: '4.0.3',
|
||||||
description: 'scaffold projects quickly'
|
description: 'scaffold projects quickly'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user