Skip to content

Commit

Permalink
Merge pull request #15 from cloudfour/fix/include-custom-rules-in-npm…
Browse files Browse the repository at this point in the history
…-package

Fix/include custom rules in npm package
  • Loading branch information
calebeby authored Dec 6, 2018
2 parents 1b76660 + 85ec086 commit 5c6f05e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudfour/eslint-plugin",
"version": "2.0.0",
"version": "2.0.1",
"description": "Cloud Four's shareable ESLint configuration",
"author": "Cloud Four <[email protected]> (http://cloudfour.com)",
"homepage": "https://github.com/cloudfour/eslint-config",
Expand All @@ -18,6 +18,8 @@
"files": [
"dist/config.js",
"src/rules.js",
"src/rules/**/*.js",
"!src/rules/**/*.test.js",
"index.js"
],
"engines": {
Expand Down

0 comments on commit 5c6f05e

Please sign in to comment.