Skip to content

Commit b5e1ebd

Browse files
Om-A-oscstdlib-bot
andauthored
chore: fix fields in migration meta data
PR-URL: #9886 Reviewed-by: Athan Reines <[email protected]> Co-authored-by: stdlib-bot <[email protected]>
1 parent 7026b3e commit b5e1ebd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/migration-guides/tfjs/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
],
1717
"main": "./package.json",
1818
"directories": {
19-
"benchmark": "./benchmark"
19+
"benchmark": "./benchmark",
20+
"data": "./data"
2021
},
2122
"scripts": {
2223
"bench": "make benchmark"
@@ -33,6 +34,7 @@
3334
"@tensorflow/tfjs": "^4.20.0",
3435
"@tensorflow/tfjs-node": "^4.20.0"
3536
},
37+
"devDependencies": {},
3638
"engines": {},
3739
"os": [
3840
"aix",

0 commit comments

Comments
 (0)