This commit is contained in:
Vincent Bailly 2019-02-07 10:04:22 +01:00
Родитель a3ebf4e307
Коммит 2aac89a44e
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "wastedrendersdetector", "name": "wastedrendersdetector",
"version": "1.0.0", "version": "1.0.1",
"description": "Tool to debug wasted renders", "description": "Tool to debug wasted renders",
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "scripts": {
@ -18,11 +18,12 @@
"url": "https://github.com/Microsoft/WastedRendersDetector/issues" "url": "https://github.com/Microsoft/WastedRendersDetector/issues"
}, },
"homepage": "https://github.com/Microsoft/WastedRendersDetector#readme", "homepage": "https://github.com/Microsoft/WastedRendersDetector#readme",
"dependencies": { "peerDependencies": {
"react": ">=16.0.0" "react": ">=16.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/react": ">=16.0.0", "@types/react": ">=16.0.0",
"react": ">=16.0.0",
"typescript": "^3.3.1" "typescript": "^3.3.1"
} }
} }