From 4b92e30a3eb263feaae040a3213b3d6ce7501ce4 Mon Sep 17 00:00:00 2001 From: Om-A-osc Date: Sun, 25 Jan 2026 12:48:47 +0530 Subject: [PATCH] chore: fixing directories and missing devdep --- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: passed - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed --- --- docs/migration-guides/tfjs/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/migration-guides/tfjs/package.json b/docs/migration-guides/tfjs/package.json index f4fe9342e979..d97f06ffce4b 100644 --- a/docs/migration-guides/tfjs/package.json +++ b/docs/migration-guides/tfjs/package.json @@ -16,7 +16,8 @@ ], "main": "./package.json", "directories": { - "benchmark": "./benchmark" + "benchmark": "./benchmark", + "data": "./data" }, "scripts": { "bench": "make benchmark" @@ -33,6 +34,7 @@ "@tensorflow/tfjs": "^4.20.0", "@tensorflow/tfjs-node": "^4.20.0" }, + "devDependencies": {}, "engines": {}, "os": [ "aix",