chore: allow to be installed from npm, more fixes

This commit is contained in:
Pavel Feldman 2019-12-14 12:16:28 -08:00
parent 9144a1ce93
commit 725407cb19

View file

@ -42,6 +42,7 @@
"jpeg-js": "^0.3.6", "jpeg-js": "^0.3.6",
"mime": "^2.0.3", "mime": "^2.0.3",
"pngjs": "^3.4.0", "pngjs": "^3.4.0",
"progress": "^2.0.3",
"proxy-from-env": "^1.0.0", "proxy-from-env": "^1.0.0",
"rimraf": "^2.6.1", "rimraf": "^2.6.1",
"ws": "^6.1.0" "ws": "^6.1.0"
@ -65,7 +66,6 @@
"ncp": "^2.0.0", "ncp": "^2.0.0",
"node-stream-zip": "^1.8.2", "node-stream-zip": "^1.8.2",
"pixelmatch": "^4.0.2", "pixelmatch": "^4.0.2",
"progress": "^2.0.1",
"text-diff": "^1.0.1", "text-diff": "^1.0.1",
"ts-loader": "^6.1.2", "ts-loader": "^6.1.2",
"typescript": "3.6.3", "typescript": "3.6.3",