fix(core): update
This commit is contained in:
parent
803d4d2894
commit
4ae90a5cf6
@ -10,7 +10,7 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "(tstest test/)",
|
||||
"build": "(tsbuild --web && tsbundle npm)",
|
||||
"build": "(tsbuild --web --allowimplicitany && tsbundle npm)",
|
||||
"format": "(gitzone format)"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@apiglobal/typedrequest',
|
||||
version: '2.0.4',
|
||||
version: '2.0.5',
|
||||
description: 'make typed requests towards apis'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user