/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
status
packages/create-subscription/package.json
23 строки
496 B
Andrew Clark
Update local version numbers for 16.10.2 release
04 окт 2019, 00:14
04 окт 2019, 00:14
d256f88
Код
Авторство
О чём код?
{ "name": "create-subscription", "description": "utility for subscribing to external data sources inside React components", "version": "16.10.2", "repository": { "type": "git", "url": "https://github.com/facebook/react.git", "directory": "packages/create-subscription" }, "files": [ "LICENSE", "README.md", "build-info.json", "index.js", "cjs/" ], "peerDependencies": { "react": "^16.3.0" }, "devDependencies": { "rxjs": "^5.5.6" } }