Skip to content

Commit

Permalink
eslint-plugin-react-hooks v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Feb 6, 2019
1 parent d827445 commit 0975ea3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
3 changes: 1 addition & 2 deletions packages/eslint-plugin-react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"private": true,
"name": "eslint-plugin-react-hooks",
"description": "ESLint rules for React Hooks",
"version": "0.0.0",
"version": "1.0.0",
"repository": {
"type" : "git",
"url" : "https://github.com/facebook/react.git",
Expand Down
15 changes: 11 additions & 4 deletions scripts/rollup/results.json
Original file line number Diff line number Diff line change
Expand Up @@ -928,15 +928,15 @@
"filename": "eslint-plugin-react-hooks.development.js",
"bundleType": "NODE_DEV",
"packageName": "eslint-plugin-react-hooks",
"size": 25592,
"gzip": 5885
"size": 26113,
"gzip": 6008
},
{
"filename": "eslint-plugin-react-hooks.production.min.js",
"bundleType": "NODE_PROD",
"packageName": "eslint-plugin-react-hooks",
"size": 4943,
"gzip": 1815
"size": 5080,
"gzip": 1872
},
{
"filename": "ReactDOMFizzServer-dev.js",
Expand Down Expand Up @@ -1021,6 +1021,13 @@
"packageName": "react-dom",
"size": 1122,
"gzip": 659
},
{
"filename": "ESLintPluginReactHooks-dev.js",
"bundleType": "FB_WWW_DEV",
"packageName": "eslint-plugin-react-hooks",
"size": 27786,
"gzip": 6149
}
]
}

0 comments on commit 0975ea3

Please sign in to comment.