server,driver: use @cypress/underscore.inflection instead of git tag, close #201 (#214)

This commit is contained in:
Gleb Bahmutov
2017-06-26 10:35:40 -04:00
committed by GitHub
parent 7eb03cfaad
commit 5da690355c
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -16,6 +16,7 @@
"devDependencies": {
"@cypress/bower-kendo-ui": "0.0.2",
"@cypress/sinon-chai": "^1.0.0",
"@cypress/underscore.inflection": "^1.0.0",
"angular": "^1.3.1",
"backbone": "^1.1.2",
"blob-util": "^1.2.1",
@@ -73,7 +74,6 @@
"socket.io": "^1.7.3",
"socket.io-client": "^1.7.3",
"string-to-stream": "^1.0.1",
"underscore.inflection": "cypress-io/underscore.inflection#81a565ad35bfce330f513a1d0de94a0eff29611e",
"underscore.string": "3.3.4",
"url-parse": "^1.1.7",
"vinyl-source-stream": "^1.1.0",
+1 -1
View File
@@ -1,6 +1,6 @@
_ = require("lodash")
inflection = require("underscore.inflection")(_)
inflection = require("@cypress/underscore.inflection")(_)
## only export exactly what we need, nothing more!
_.mixin({
-1
View File
@@ -147,7 +147,6 @@
"tough-cookie": "2.3.0",
"trash": "4.0.0",
"underscore": "^1.8.3",
"underscore.inflection": "cypress-io/underscore.inflection#81a565ad35bfce330f513a1d0de94a0eff29611e",
"underscore.string": "3.3.4",
"url-parse": "^1.1.7",
"watchify": "^3.9.0",