From c20c3e9db270b635fcb8da27d65773740145369d Mon Sep 17 00:00:00 2001 From: Braun Patrik Date: Mon, 14 Mar 2016 13:12:00 +0100 Subject: [PATCH] updating package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2712c2d8..c0826c25 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "license": "MIT", "main": "./backend/server.js", "scripts": { - "postinstall": "typings install && tsc -p backend && webpack --config ./frontend/webpack.config.js -p ", + "install": "typings install && tsc -p backend && webpack --config ./frontend/webpack.config.js -p ", "pretest": "typings install", "test": "karma start ./karma.conf.js", "start": "node ./backend/server" @@ -26,6 +26,7 @@ "socket.io-client": "^1.4.5", "ts-loader": "^0.8.1", "zone.js": "^0.5.15", + "typings": "^0.7.8", "es7-reflect-metadata": "^1.6.0" }, "devDependencies": { @@ -67,7 +68,6 @@ "tslint-loader": "^2.1.3", "typedoc": "^0.3.12", "typescript": "~1.8.7", - "typings": "^0.7.8", "url-loader": "^0.5.7", "webpack": "^1.12.14" },