Skip to content

Commit

Permalink
Agrego json4all como dependencia
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoefe committed Oct 4, 2016
1 parent bc6a662 commit 52998c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"mocha": "~2.4.5",

"best-globals": "~0.2.4",
"json4all": "~0.1.4",
"self-explain": "~0.0.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";

var JSON4all = require('json4all.js');
var JSON4all = require('json4all');
var expect = require('expect.js');
var discrepances = require('../lib/discrepances.js');

Expand Down

0 comments on commit 52998c1

Please sign in to comment.