We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0646933 commit ae0bfe2Copy full SHA for ae0bfe2
2 files changed
docs/migration-guides/jstat/package.json
@@ -16,7 +16,8 @@
16
],
17
"main": "./package.json",
18
"directories": {
19
- "benchmark": "./benchmark"
+ "benchmark": "./benchmark",
20
+ "data": "./data"
21
},
22
"scripts": {},
23
"homepage": "https://github.com/stdlib-js/stdlib",
docs/migration-guides/lodash/package.json
"scripts": {
"bench": "NODE_PATH=./../../../lib/node_modules/ node ./benchmark/benchmark.for_each.js"
0 commit comments