Unverified Commit 50d388a2 by justadudewhohacks Committed by GitHub

Merge pull request #91 from chuej/tslib-dep

move tslib from devDeps to deps
parents fdfedbec bf76248c
...@@ -23,7 +23,8 @@ ...@@ -23,7 +23,8 @@
"dependencies": { "dependencies": {
"@tensorflow/tfjs-core": "^0.12.14", "@tensorflow/tfjs-core": "^0.12.14",
"tfjs-image-recognition-base": "^0.0.0", "tfjs-image-recognition-base": "^0.0.0",
"tfjs-tiny-yolov2": "0.0.2" "tfjs-tiny-yolov2": "0.0.2",
"tslib": "^1.9.3"
}, },
"devDependencies": { "devDependencies": {
"@types/jasmine": "^2.8.8", "@types/jasmine": "^2.8.8",
...@@ -39,7 +40,6 @@ ...@@ -39,7 +40,6 @@
"rollup-plugin-node-resolve": "^3.3.0", "rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-typescript2": "^0.16.1", "rollup-plugin-typescript2": "^0.16.1",
"rollup-plugin-uglify": "^4.0.0", "rollup-plugin-uglify": "^4.0.0",
"tslib": "^1.9.3",
"typescript": "2.8.4" "typescript": "2.8.4"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment