Skip to content

Commit 50d388a

Browse files
Merge pull request justadudewhohacks#91 from chuej/tslib-dep
move tslib from devDeps to deps
2 parents fdfedbe + bf76248 commit 50d388a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"dependencies": {
2424
"@tensorflow/tfjs-core": "^0.12.14",
2525
"tfjs-image-recognition-base": "^0.0.0",
26-
"tfjs-tiny-yolov2": "0.0.2"
26+
"tfjs-tiny-yolov2": "0.0.2",
27+
"tslib": "^1.9.3"
2728
},
2829
"devDependencies": {
2930
"@types/jasmine": "^2.8.8",
@@ -39,7 +40,6 @@
3940
"rollup-plugin-node-resolve": "^3.3.0",
4041
"rollup-plugin-typescript2": "^0.16.1",
4142
"rollup-plugin-uglify": "^4.0.0",
42-
"tslib": "^1.9.3",
4343
"typescript": "2.8.4"
4444
}
4545
}

0 commit comments

Comments
 (0)