Skip to content

Commit a8898ea

Browse files
committed
1.4.0
1 parent 5bb8cc3 commit a8898ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cjs-module-lexer",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"description": "Lexes CommonJS modules, returning their named exports metadata",
55
"main": "lexer.js",
66
"exports": {
@@ -15,10 +15,10 @@
1515
"test-js": "mocha -b -u tdd test/*.js",
1616
"test-wasm": "cross-env WASM=1 mocha -b -u tdd test/*.js",
1717
"test-wasm-sync": "cross-env WASM_SYNC=1 mocha -b -u tdd test/*.js",
18-
"test": "npm run test-wasm && npm run test-wasm-sync && npm run test-js",
18+
"test": "npm run test-wasm ; npm run test-wasm-sync ; npm run test-js",
1919
"bench": "node --expose-gc bench/index.mjs",
2020
"build": "node build.js ; babel dist/lexer.mjs -o dist/lexer.js ; terser dist/lexer.js -o dist/lexer.js",
21-
"build-wasm": "make lib/lexer.wasm && node build.js",
21+
"build-wasm": "make lib/lexer.wasm ; node build.js",
2222
"prepublishOnly": "make && npm run build",
2323
"footprint": "npm run build && cat dist/lexer.js | gzip -9f | wc -c"
2424
},

0 commit comments

Comments
 (0)