diff --git a/.npmignore b/.npmignore deleted file mode 100644 index 8c5f3d36..00000000 --- a/.npmignore +++ /dev/null @@ -1,11 +0,0 @@ -node_modules -.idea -__tests__ -.npmignore -.travis.yml -.eslintrc.json -docs -coverage -.github -CONTRIBUTING.md -CODE_OF_CONDUCT.md diff --git a/package.json b/package.json index 9f6a0c08..60b87757 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,10 @@ "repository": "https://github.com/xjamundx/eslint-plugin-promise", "homepage": "https://github.com/xjamundx/eslint-plugin-promise", "bugs": "https://github.com/xjamundx/eslint-plugin-promise/issues", + "main": "index.js", + "files": [ + "rules" + ], "scripts": { "format": "prettier --write .", "lint": "eslint .",