Skip to content

Commit

Permalink
remove json3
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Sep 29, 2017
1 parent 35b5d54 commit cccb390
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions lib/context.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
'use strict';

/**
* Module dependencies.
*/

var JSON = require('json3');

/**
* Expose `Context`.
*/
Expand Down
1 change: 0 additions & 1 deletion lib/reporters/json-stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*/

var Base = require('./base');
var JSON = require('json3');

/**
* Expose `List`.
Expand Down
1 change: 0 additions & 1 deletion lib/runnable.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*/

var EventEmitter = require('events').EventEmitter;
var JSON = require('json3');
var Pending = require('./pending');
var debug = require('debug')('mocha:runnable');
var milliseconds = require('./ms');
Expand Down
1 change: 0 additions & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* Module dependencies.
*/

var JSON = require('json3');
var basename = require('path').basename;
var debug = require('debug')('mocha:watch');
var exists = require('fs').existsSync || require('path').existsSync;
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@
"glob": "7.1.2",
"growl": "1.10.2",
"he": "1.1.1",
"json3": "3.3.2",
"mkdirp": "0.5.1",
"supports-color": "4.4.0"
},
Expand Down
1 change: 0 additions & 1 deletion test/unit/utils.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

var utils = require('../../lib/utils');
var toISOString = require('../../lib/to-iso-string');
var JSON = require('json3');

describe('lib/utils', function () {
describe('clean', function () {
Expand Down

0 comments on commit cccb390

Please sign in to comment.