fix(core): update
This commit is contained in:
parent
17c85eb8b9
commit
3c052df1e7
@ -8,7 +8,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(tstest test/)",
|
"test": "(tstest test/)",
|
||||||
"build": "(tsbuild --web)"
|
"build": "(tsbuild --web --allowimplicitany)"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/smartacme',
|
name: '@pushrocks/smartacme',
|
||||||
version: '4.0.0',
|
version: '4.0.1',
|
||||||
description: 'acme with an easy yet powerful interface in TypeScript'
|
description: 'acme with an easy yet powerful interface in TypeScript'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user