/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
status
packages/eslint-plugin-react-hooks/package.json
34 строки
697 B
Andrew Clark
Update local version numbers for 16.10.2 release
04 окт 2019, 00:14
04 окт 2019, 00:14
d256f88
Код
Авторство
О чём код?
{ "name": "eslint-plugin-react-hooks", "description": "ESLint rules for React Hooks", "version": "2.1.2", "repository": { "type": "git", "url": "https://github.com/facebook/react.git", "directory": "packages/eslint-plugin-react-hooks" }, "files": [ "LICENSE", "README.md", "build-info.json", "index.js", "cjs" ], "keywords": [ "eslint", "eslint-plugin", "eslintplugin", "react" ], "license": "MIT", "bugs": { "url": "https://github.com/facebook/react/issues" }, "engines": { "node": ">=7" }, "homepage": "https://reactjs.org/", "peerDependencies": { "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0" } }