fix(core): update

This commit is contained in:
Philipp Kunz 2023-08-03 19:28:10 +02:00
parent 68da8c7841
commit c85c0d3035
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
"typings": "dist_ts/index.d.ts",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)",
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc"
},
"repository": {

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/npmextra',
version: '3.0.10',
version: '3.0.11',
description: 'do more with npm'
}