Skip to content

Commit 02b70b3

Browse files
committed
20.0.1
1 parent 85e088a commit 02b70b3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "eslint-config-planet",
3-
"version": "20.0.0",
3+
"version": "20.0.1",
44
"description": "ESLint config for Planet projects",
55
"main": "index.js",
6-
"files": ["index.js", "react.js"],
6+
"files": [
7+
"index.js",
8+
"react.js"
9+
],
710
"scripts": {
811
"lint": "eslint . examples",
912
"test": "npm run check-es6 && npm run check-react && npm run lint",

0 commit comments

Comments
 (0)