Skip to content

Commit 990705b

Browse files
committed
chore: update fields
--- 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: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent c62c4ac commit 990705b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/migration-guides/mathjs/package.json

Lines changed: 3 additions & 2 deletions
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"
@@ -29,11 +30,11 @@
2930
"bugs": {
3031
"url": "https://github.com/stdlib-js/stdlib/issues"
3132
},
32-
"engines": {},
3333
"dependencies": {
3434
"mathjs": "^14.7.0"
3535
},
3636
"devDependencies": {},
37+
"engines": {},
3738
"os": [
3839
"aix",
3940
"darwin",

0 commit comments

Comments
 (0)