mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-13 02:40:22 -05:00
This commit is contained in:
@@ -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,6 +1,6 @@
|
||||
_ = require("lodash")
|
||||
|
||||
inflection = require("underscore.inflection")(_)
|
||||
inflection = require("@cypress/underscore.inflection")(_)
|
||||
|
||||
## only export exactly what we need, nothing more!
|
||||
_.mixin({
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user