This commit is contained in:
Vincent Bailly 2019-02-07 13:03:14 +01:00
Родитель fe08421d32
Коммит 0d2fff354e
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1,10 +1,10 @@
{
"name": "wastedrendersdetector",
"version": "1.1.0",
"version": "1.2.1",
"author": "Microsoft Corp.",
"description": "Tool to debug wasted renders",
"main": "lib/index.js",
"types": "./lib/main.d.ts",
"types": "./lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",