mirror of
https://github.com/appium/appium.git
synced 2026-04-26 05:18:53 -05:00
use monocle-js instead of monocle.js
This commit is contained in:
+3
-1
@@ -71,7 +71,9 @@
|
||||
"mocha": "~1.8.1",
|
||||
"should": "~1.2.1",
|
||||
"underscore-cli": "~0.2.17",
|
||||
"wd": "~0.0.32",
|
||||
"wd": "~0.1.1",
|
||||
"yiewd": "~0.0.11",
|
||||
"monocle-js": "~0.1.4",
|
||||
"assert": "~0.4.9",
|
||||
"grunt-mocha-test": "~0.2.0",
|
||||
"grunt-contrib-jshint": "~0.1.1",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
var wd = require('yiewd')
|
||||
, _ = require("underscore")
|
||||
, monocle = require('monocle.js')
|
||||
, monocle = require('monocle-js')
|
||||
, run = monocle.run
|
||||
, o_O = monocle.o_O
|
||||
, path = require("path")
|
||||
|
||||
Reference in New Issue
Block a user