Skip to content

Commit ae0bfe2

Browse files
authored
chore: fix directories field in migration metadata
PR-URL: stdlib-js#9887 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 0646933 commit ae0bfe2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/migration-guides/jstat/package.json

Lines changed: 2 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
"homepage": "https://github.com/stdlib-js/stdlib",

docs/migration-guides/lodash/package.json

Lines changed: 2 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": "NODE_PATH=./../../../lib/node_modules/ node ./benchmark/benchmark.for_each.js"

0 commit comments

Comments
 (0)