'package.json' ändern

This commit is contained in:
Fabian Stamm 2018-12-23 23:11:26 +00:00
parent f24645a6eb
commit 7f403f4163
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,7 @@
"build": "tsc",
"watch": "tsc --watch",
"prepublish": "tsc",
"test": "mocha lib/test.js",
"install": "tsc"
"test": "mocha lib/test.js"
},
"dependencies": {
"isomorphic-fetch": "^2.2.1"