'package.json' ändern
This commit is contained in:
parent
ebde530f76
commit
f11334f814
@ -9,7 +9,8 @@
|
|||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"watch": "tsc --watch",
|
"watch": "tsc --watch",
|
||||||
"prepublish": "tsc",
|
"prepublish": "tsc",
|
||||||
"test": "mocha lib/test.js"
|
"test": "mocha lib/test.js",
|
||||||
|
"install": "tsc"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"isomorphic-fetch": "^2.2.1"
|
"isomorphic-fetch": "^2.2.1"
|
||||||
|
Reference in New Issue
Block a user