Skip to content

Commit

Permalink
fix: use patched versions of engine.io libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
gjvis committed Sep 26, 2016
1 parent 931d508 commit 62be1f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
11 changes: 0 additions & 11 deletions .snyk

This file was deleted.

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
"lint": "eslint cli/*.js lib/**/*.js",
"check-tests": "! grep 'test.only' test/**/*.test.js -n",
"cover": "tap test/**/*.test.js --timeout 60 --cov --coverage-report=lcov",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"keywords": [],
"author": "Remy Sharp",
Expand Down Expand Up @@ -48,8 +46,8 @@
"debug": "^2.2.0",
"dotenv": "^2.0.0",
"ejson": "^2.1.2",
"engine.io": "^1.6.11",
"engine.io-client": "^1.6.11",
"engine.io": "Snyk/engine.io#1.6.11-patched",
"engine.io-client": "Snyk/engine.io-client#1.6.11-patched",
"express": "^4.14.0",
"path-to-regexp": "^1.5.3",
"primus": "^6.0.1",
Expand Down

0 comments on commit 62be1f0

Please sign in to comment.