Skip to content

Commit cbf9eff

Browse files
authored
remove polymer-bundler package (tensorflow#1368)
1 parent 4a01e26 commit cbf9eff

File tree

2 files changed

+60
-313
lines changed

2 files changed

+60
-313
lines changed

integration_tests/benchmarks/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
},
1010
"devDependencies": {
1111
"@tensorflow/tfjs": "latest",
12+
"@tensorflow/tfjs-converter": "latest",
1213
"@tensorflow/tfjs-core": "latest",
14+
"@tensorflow/tfjs-data": "latest",
1315
"@tensorflow/tfjs-layers": "latest",
14-
"@tensorflow/tfjs-converter": "latest",
1516
"@tensorflow/tfjs-node": "latest",
16-
"@tensorflow/tfjs-data": "latest",
1717
"@types/jasmine": "~2.5.53",
1818
"clang-format": "~1.2.4",
1919
"firebase": "~5.3.0",
@@ -25,7 +25,6 @@
2525
"karma-chrome-launcher": "~2.2.0",
2626
"karma-jasmine": "~1.1.0",
2727
"karma-typescript": "~4.0.0",
28-
"polymer-bundler": "~3.0.1",
2928
"ts-node": "~7.0.0",
3029
"tsc": "^1.20150623.0",
3130
"tsify": "^3.0.4",
@@ -43,4 +42,4 @@
4342
"engines": {
4443
"yarn": ">= 1.0.0"
4544
}
46-
}
45+
}

0 commit comments

Comments
 (0)