From 7f936f97d79db573aef78dbb5c169bd4a980c871 Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Sat, 22 Oct 2016 12:33:04 -0500 Subject: [PATCH] chore(travis): fix angular-ui-router travis do not test during 'prepublish' ask for node version >=4.0.0 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 52bbb384..5282f9d2 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "ui-router-core", "description": "UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps", - "version": "1.0.0", + "version": "1.0.1", "scripts": { "test": "karma start karma.conf.js", "debug": "karma start karma.conf.js --singleRun=false --browsers=Chrome --autoWatch=true --autoWatchInterval=1", "clean": "shx rm -rf lib lib-esm", "build": "npm run clean && tsc && tsc -p tsconfig.esm.json", - "prepublish": "npm test && npm run build" + "prepublish": "npm run build" }, "homepage": "https://ui-router.github.io", "contributors": [ @@ -43,7 +43,7 @@ "url": "https://github.com/ui-router/core/issues" }, "engines": { - "node": ">4" + "node": ">=4.0.0" }, "jsnext:main": "lib-esm/index.js", "main": "lib/index.js",