fix(core): update

This commit is contained in:
Philipp Kunz 2022-07-27 09:15:28 +02:00
parent 45cbd3a953
commit 9c56dc51e3
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/)",
"build": "(tsbuild --web)",
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc"
},
"repository": {

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartdns',
version: '5.0.0',
version: '5.0.1',
description: 'smart dns methods written in TypeScript'
}