Skip to content

Commit f352e38

Browse files
committed
Update ws dependency and jasmine-core for Node 4.x compatibility
Update `ws` to a version that is compatible with Node 4.x and add missing `jasmine-core` dependency that was previously installed via npm as a peer dependency but with npm 3.x is no longer installed automatically. Fixes PatrickJS#47
1 parent e07b137 commit f352e38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,13 @@
4242
},
4343
"dependencies": {
4444
"angular": "*",
45-
"ws": "^0.7.1"
45+
"ws": "^0.8.0"
4646
},
4747
"devDependencies": {
4848
"angular-animate": "^1.3.13",
4949
"browserify": "^10.2.3",
5050
"browserify-ngannotate": "^1.0.1",
51+
"jasmine-core": "^2.3.4",
5152
"karma": "^0.12.31",
5253
"karma-chrome-launcher": "~0.1.7",
5354
"karma-firefox-launcher": "^0.1.4",

0 commit comments

Comments
 (0)