fix(core): update
This commit is contained in:
parent
2f3509aff6
commit
be2082e728
@ -8,7 +8,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(tstest test/ --web)",
|
"test": "(tstest test/ --web)",
|
||||||
"build": "(tsbuild --web)"
|
"build": "(tsbuild --web --allowimplicitany)"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartyaml',
|
name: '@push.rocks/smartyaml',
|
||||||
version: '3.0.3',
|
version: '3.0.4',
|
||||||
description: 'A module for smart handling of YAML data with support for converting between YAML strings and JavaScript objects.'
|
description: 'A module for smart handling of YAML data with support for converting between YAML strings and JavaScript objects.'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user