Skip to content

Commit

Permalink
Merge pull request #39 from Financial-Times/ombudsman
Browse files Browse the repository at this point in the history
Update node version
  • Loading branch information
debugwand authored Dec 11, 2017
2 parents ce8f368 + 5f0da87 commit c8c4244
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
machine:
node:
version: 4.8.4
version: 6
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"bower": "^1.7.9",
"chai": "^3.0.0",
"eslint": "^3.16.1",
"eslint-plugin-no-only-tests": "^2.0.0",
"express": "^4.12.3",
"karma": "^1.5.0",
"karma-chai": "^0.1.0",
Expand All @@ -21,10 +22,11 @@
"webpack": "^2.2.1"
},
"engines": {
"node": "^4.8.4"
"node": "^6"
},
"scripts": {
"precommit": "node_modules/.bin/secret-squirrel",
"prepush": "make test"
"prepush": "make test && make verify -j3",
"commitmsg": "node_modules/.bin/secret-squirrel-commitmsg"
}
}

0 comments on commit c8c4244

Please sign in to comment.