Skip to content

Commit

Permalink
chore(travis): fix angular-ui-router travis
Browse files Browse the repository at this point in the history
do not test during 'prepublish'
ask for node version >=4.0.0
  • Loading branch information
christopherthielen committed Oct 22, 2016
1 parent 8a45d04 commit 7f936f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 7f936f9

Please sign in to comment.