File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 "description" : " {{project-description}}" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "build" : " npx webpack && mkdirp dist && j2w -i build/bundle.js -n combined - o dist/{{ project-name | kebab_case }}.wasm" ,
7+ "build" : " npx webpack && mkdirp dist && j2w -i build/bundle.js -o dist/{{ project-name | kebab_case }}.wasm" ,
88 "test" : " echo \" Error: no test specified\" && exit 1"
99 },
1010 "keywords" : [],
Original file line number Diff line number Diff line change 44 "description" : " {{project-description}}" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "build" : " npx webpack && mkdirp dist && j2w -i build/bundle.js -n combined - o dist/{{ project-name | kebab_case }}.wasm" ,
7+ "build" : " npx webpack && mkdirp dist && j2w -i build/bundle.js -o dist/{{ project-name | kebab_case }}.wasm" ,
88 "test" : " echo \" Error: no test specified\" && exit 1"
99 },
1010 "keywords" : [],
Original file line number Diff line number Diff line change 44 "description" : " {{project-description}}" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "build" : " npx webpack && mkdirp dist && j2w -i build/bundle.js -n combined - o dist/{{ project-name | kebab_case }}.wasm" ,
7+ "build" : " npx webpack && mkdirp dist && j2w -i build/bundle.js -o dist/{{ project-name | kebab_case }}.wasm" ,
88 "test" : " echo \" Error: no test specified\" && exit 1" ,
99 "postinstall" : " knitwit --out-dir build/wit/knitwit --out-world combined"
1010 },
Original file line number Diff line number Diff line change 44 "description" : " {{project-description}}" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "build" : " npx webpack && mkdirp dist && j2w -i build/bundle.js -n combined - o dist/{{ project-name | kebab_case }}.wasm" ,
7+ "build" : " npx webpack && mkdirp dist && j2w -i build/bundle.js -o dist/{{ project-name | kebab_case }}.wasm" ,
88 "test" : " echo \" Error: no test specified\" && exit 1" ,
99 "postinstall" : " knitwit --out-dir build/wit/knitwit --out-world combined"
1010 },
You can’t perform that action at this time.
0 commit comments