From 119043ef2d655da84d19d4ad97e1ee864db84ef5 Mon Sep 17 00:00:00 2001 From: Om-A-osc Date: Sun, 25 Jan 2026 14:39:04 +0530 Subject: [PATCH] chore: add missing data dir in directories --- 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/jstat/package.json | 3 ++- docs/migration-guides/lodash/package.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/migration-guides/jstat/package.json b/docs/migration-guides/jstat/package.json index c532037f75ca..4b4c694b47c4 100644 --- a/docs/migration-guides/jstat/package.json +++ b/docs/migration-guides/jstat/package.json @@ -16,7 +16,8 @@ ], "main": "./package.json", "directories": { - "benchmark": "./benchmark" + "benchmark": "./benchmark", + "data": "./data" }, "scripts": {}, "homepage": "https://github.com/stdlib-js/stdlib", diff --git a/docs/migration-guides/lodash/package.json b/docs/migration-guides/lodash/package.json index 80b376efd7b6..317245a3f203 100644 --- a/docs/migration-guides/lodash/package.json +++ b/docs/migration-guides/lodash/package.json @@ -16,7 +16,8 @@ ], "main": "./package.json", "directories": { - "benchmark": "./benchmark" + "benchmark": "./benchmark", + "data": "./data" }, "scripts": { "bench": "NODE_PATH=./../../../lib/node_modules/ node ./benchmark/benchmark.for_each.js"