use monocle-js instead of monocle.js

This commit is contained in:
Jonathan Lipps
2013-09-04 14:22:32 -07:00
parent 7bdf2abd32
commit c3e1da7b98
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -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",
+1 -1
View File
@@ -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")