Skip to content

Commit

Permalink
Merge pull request #152 from lo1tuma/npm-ignore
Browse files Browse the repository at this point in the history
Whitelist files instead of using .npmignore
  • Loading branch information
lo1tuma committed Mar 2, 2018
2 parents 0043fe9 + a4b7aa3 commit 1e85c2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .npmignore

This file was deleted.

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"version": "4.12.0",
"description": "Eslint rules for mocha.",
"main": "index.js",
"files": [
"index.js",
"lib/",
"LICENSE",
"README.md"
],
"scripts": {
"pretest": "eslint .",
"test": "npm run test:unit --coverage && npm run check-coverage",
Expand Down

0 comments on commit 1e85c2c

Please sign in to comment.