Skip to content

Commit

Permalink
Merge pull request eslint#3160 from eslint/issue3156
Browse files Browse the repository at this point in the history
Fix: Make Chai as a dependency (fixes eslint#3156)
  • Loading branch information
nzakas committed Jul 24, 2015
2 parents 3a8aeef + b8d76e1 commit b225aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"homepage": "http://eslint.org",
"bugs": "https://github.com/eslint/eslint/issues/",
"dependencies": {
"chai": "^1.9.1",
"chalk": "^1.0.0",
"concat-stream": "^1.4.6",
"debug": "^2.1.1",
Expand All @@ -53,6 +54,7 @@
"lodash.omit": "^3.1.0",
"minimatch": "^2.0.1",
"mkdirp": "^0.5.0",
"mocha": "^2.1.0",
"object-assign": "^2.0.0",
"optionator": "^0.5.0",
"path-is-absolute": "^1.0.0",
Expand All @@ -66,7 +68,6 @@
"beefy": "^1.0.0",
"brfs": "0.0.9",
"browserify": "^8.1.3",
"chai": "^1.9.1",
"coveralls": "2.11.2",
"dateformat": "^1.0.8",
"eslint-tester": "^0.8.1",
Expand All @@ -77,7 +78,6 @@
"jsdoc": "^3.3.0-beta1",
"jsonlint": "^1.6.2",
"markdownlint": "^0.0.6",
"mocha": "^2.1.0",
"mocha-phantomjs": "3.6.0",
"npm-license": "^0.2.3",
"phantomjs": "1.9.7-15",
Expand Down

0 comments on commit b225aa6

Please sign in to comment.