Skip to content

Commit

Permalink
Add: peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eight04 committed Jun 5, 2019
1 parent b7f8fb4 commit 55185ee
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Expand Up @@ -4,8 +4,11 @@
"description": "Pass `this` context as the first argument of the arrow function.",
"author": "eight04 <eight04@gmail.com>",
"license": "MIT",
"eslintIgnore": [
"coverage"
],
"scripts": {
"lint": "eslint **/*.js --ignore-pattern coverage --cache",
"lint": "eslint **/*.js --cache",
"mocha": "mocha test/test.js && mocha test/test-only.js && npm run mocha-register && npm run mocha-require",
"mocha-register": "mocha test/test-register*.js",
"mocha-require": "mocha test/test-require*.js -r ./register",
Expand All @@ -26,5 +29,8 @@
"nyc": "^14.1.1",
"sinon": "^7.3.2"
},
"repository": "eight04/mocha-context"
"repository": "eight04/mocha-context",
"peerDependencies": {
"mocha": "^6.1.4"
}
}

0 comments on commit 55185ee

Please sign in to comment.