File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed
lib/node_modules/@stdlib/_tools/scaffold/math-strided-binary-by/scripts Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -267,30 +267,30 @@ expected_len_3_xm2_y1_z1=(
267267
268268# Define the list of scaffold directories:
269269dirs=(
270- " benchmark"
271- " docs"
272- " docs/types"
273- " examples"
274- " lib"
275- " test"
270+ " benchmark"
271+ " docs"
272+ " docs/types"
273+ " examples"
274+ " lib"
275+ " test"
276276)
277277
278278# Define the list of scaffold files:
279279files=(
280- " benchmark/benchmark.js"
281- " benchmark/benchmark.ndarray.js"
282- " docs/types/index.d.ts"
283- " docs/types/test.ts"
284- " docs/repl.txt"
285- " examples/index.js"
286- " lib/index.js"
287- " lib/main.js"
288- " lib/ndarray.js"
289- " test/test.js"
290- " test/test.main.js"
291- " test/test.ndarray.js"
292- " package.json"
293- " README.md"
280+ " benchmark/benchmark.js"
281+ " benchmark/benchmark.ndarray.js"
282+ " docs/types/index.d.ts"
283+ " docs/types/test.ts"
284+ " docs/repl.txt"
285+ " examples/index.js"
286+ " lib/index.js"
287+ " lib/main.js"
288+ " lib/ndarray.js"
289+ " test/test.js"
290+ " test/test.main.js"
291+ " test/test.ndarray.js"
292+ " package.json"
293+ " README.md"
294294)
295295
296296# Create the destination directories...
You can’t perform that action at this time.
0 commit comments