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

Commit cab6acb

Browse files
committed
Update angularcontext to 0.0.14
To get the latest jsdom.
1 parent 2eaaf76 commit cab6acb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularjs-server",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"description": "A specialized server for AngularJS applications",
55
"author": "Martin Atkins <mart@degeneration.co.uk>",
66
"keywords": ["angularjs"],
@@ -14,7 +14,7 @@
1414
"lint": "jshint -c .jshintrc lib/* tests/*"
1515
},
1616
"dependencies": {
17-
"angularcontext": "0.0.13",
17+
"angularcontext": "0.0.14",
1818
"escape-html": "1.0.0",
1919
"express": "~3.4.4"
2020
},

0 commit comments

Comments
 (0)