File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cjs-module-lexer" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 1.4.0 " ,
4
4
"description" : " Lexes CommonJS modules, returning their named exports metadata" ,
5
5
"main" : " lexer.js" ,
6
6
"exports" : {
15
15
"test-js" : " mocha -b -u tdd test/*.js" ,
16
16
"test-wasm" : " cross-env WASM=1 mocha -b -u tdd test/*.js" ,
17
17
"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" ,
19
19
"bench" : " node --expose-gc bench/index.mjs" ,
20
20
"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" ,
22
22
"prepublishOnly" : " make && npm run build" ,
23
23
"footprint" : " npm run build && cat dist/lexer.js | gzip -9f | wc -c"
24
24
},
You can’t perform that action at this time.
0 commit comments