Skip to content

Commit e4141b0

Browse files
authored
Merge pull request #44 from planetlabs/allowed-list
Configure a list of files to be included in the package
2 parents 9a7fcc5 + bff5ad9 commit e4141b0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.npmignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "20.0.0",
44
"description": "ESLint config for Planet projects",
55
"main": "index.js",
6+
"files": ["index.js", "react.js"],
67
"scripts": {
78
"lint": "eslint . examples",
89
"test": "npm run check-es6 && npm run check-react && npm run lint",

0 commit comments

Comments
 (0)