fix(core): update
This commit is contained in:
parent
777ed7575c
commit
ca447ded30
@ -7,7 +7,7 @@
|
|||||||
"typings": "dist_ts/index.d.ts",
|
"typings": "dist_ts/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(tstest test/ --web)",
|
"test": "(tstest test/ --web)",
|
||||||
"build": "(tsbuild --web)",
|
"build": "(tsbuild --web --allowimplicitany)",
|
||||||
"buildDocs": "tsdoc"
|
"buildDocs": "tsdoc"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smarthash',
|
name: '@push.rocks/smarthash',
|
||||||
version: '3.0.3',
|
version: '3.0.4',
|
||||||
description: 'simplified access to node hash functions'
|
description: 'simplified access to node hash functions'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user