Skip to content

Commit 4d4e923

Browse files
committed
cleanup code with separate exports
1 parent 882c48b commit 4d4e923

File tree

2 files changed

+103
-75
lines changed

2 files changed

+103
-75
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"build": "make",
3030
"rebuild": "npm run clean && npm run build",
3131
"clean": "make clean",
32-
"test": "npm run lint && npm run test-asm && npm run test-asm-debug && npm run test-wasm && npm run test-wasm-debug && npm run test-wasm-browser && npm run test-wasm-browser-debug && npm run test-asm-memory-growth",
32+
"test": "npm run lint && npm run test-asm && npm run test-asm-debug && npm run test-wasm && npm run test-wasm-debug && npm run test-wasm-browser && npm run test-asm-memory-growth",
3333
"lint": "eslint .",
3434
"prettify": "eslint . --fix",
3535
"test-asm": "node --unhandled-rejections=strict test/all.js asm",
@@ -38,7 +38,6 @@
3838
"test-wasm": "node --unhandled-rejections=strict test/all.js wasm",
3939
"test-wasm-debug": "node --unhandled-rejections=strict test/all.js wasm-debug",
4040
"test-wasm-browser": "node --unhandled-rejections=strict test/all.js wasm-browser",
41-
"test-wasm-browser-debug": "node --unhandled-rejections=strict test/all.js wasm-browser-debug",
4241
"doc": "jsdoc -c .jsdoc.config.json"
4342
},
4443
"homepage": "http://github.com/sql-js/sql.js",

0 commit comments

Comments
 (0)