'package.json' ändern

This commit is contained in:
Fabian Stamm 2018-12-23 22:55:38 +00:00
parent ebde530f76
commit f11334f814
1 changed files with 2 additions and 1 deletions

View File

@ -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"