Skip to content
This repository was archived by the owner on Aug 9, 2018. It is now read-only.

Commit 7f779f4

Browse files
committed
Upgrade angularcontext to 0.0.20 and Node to 4.
1 parent 763e0ca commit 7f779f4

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
language: node_js
22
node_js:
3-
- "0.10"
3+
- "4"
4+
- "5"
5+
- "6"
46
script: npm test && npm run-script lint

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"lint": "jshint -c .jshintrc lib/* tests/*"
1515
},
1616
"dependencies": {
17-
"angularcontext": "0.0.17",
17+
"angularcontext": "0.0.20",
1818
"escape-html": "1.0.0",
1919
"express": "~3.4.4"
2020
},
2121
"devDependencies": {
2222
"nodeunit": "*",
2323
"jshint": "2.1.11"
2424
},
25-
"engines" : {
26-
"node" : "~0.10.x"
25+
"engines" : {
26+
"node" : ">4"
2727
}
2828
}

0 commit comments

Comments
 (0)