only install typings locally
This commit is contained in:
parent
95a471d055
commit
e862a0d153
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tstatic",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "The only static-file server you'll ever need!",
|
||||
"main": "./dist/server.js",
|
||||
"bin": {
|
||||
|
@ -8,8 +8,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"start": "node ./dist/index.js",
|
||||
"postinstall": "typings install",
|
||||
"prepublish": "npm run build",
|
||||
"prepublish": "typings install && npm run build",
|
||||
"build": "tsc",
|
||||
"test": "npm run build && npm run mocha && nsp check",
|
||||
"mocha": "mocha --compilers ts:ts-node/register --require scripts/test-helper.js tests/**.test.ts",
|
||||
|
|
Reference in a new issue