Skip to content
This repository has been archived by the owner on Feb 2, 2020. It is now read-only.

Commit

Permalink
move to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyselden committed May 24, 2016
1 parent 8c2064a commit 179afd6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Auto inject ESLint tests into your Mocha suite.
npm install eslint-mocha
```

You also need `eslint` and `mocha` as dependencies.

###Usage

```sh
Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-mocha",
"version": "0.0.8",
"version": "0.0.9",
"description": "Auto inject ESLint tests into your Mocha suite",
"main": "dist/eslint-mocha.js",
"bin": {
Expand Down Expand Up @@ -28,9 +28,7 @@
"homepage": "https://github.com/kellyselden/eslint-mocha#readme",
"dependencies": {
"eol": "0.2.0",
"eslint": "^2.0.0",
"lodash": "^4.0.0",
"mocha": "^2.0.0",
"yargs": "^4.0.0"
},
"devDependencies": {
Expand All @@ -41,9 +39,15 @@
"babel-register": "^6.0.0",
"chai": "^3.0.0",
"coveralls": "^2.0.0",
"eslint": "^2.0.0",
"isparta": "^4.0.0",
"mocha": "^2.0.0",
"sinon": "^1.0.0"
},
"peerDependencies": {
"eslint": ">=1 <3",
"mocha": ">=1 <3"
},
"keywords": [
"eslint",
"mocha"
Expand Down

0 comments on commit 179afd6

Please sign in to comment.