From 2fdd26560d87bc6822a29918776f9a146f319086 Mon Sep 17 00:00:00 2001 From: Braun Patrik Date: Sat, 30 Apr 2016 00:34:06 +0200 Subject: [PATCH] package update --- .travis.yml | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b6873cf6..b6be0b06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,9 @@ language: node_js node_js: +- '6.0' - '5.11' - '4.4.3' -- 0.12.12 +- 0.12.13 deploy: provider: heroku api_key: diff --git a/package.json b/package.json index 2bc85bf6..490d071b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "license": "MIT", "main": "./backend/server.js", "scripts": { - "install": "typings install && tsc -p backend && tsc -p test/backend && tsc -p common && webpack --config ./frontend/webpack.config.js ", + "install": "typings install && tsc -p backend && tsc -p test/backend && tsc -p common && webpack --config ./frontend/webpack.config.js -p", "pretest": "typings install", "test": "karma start ./karma.conf.js", "start": "node ./backend/server",