Skip to content

Commit 154ae6a

Browse files
committed
clean up templates
Signed-off-by: karthik2804 <[email protected]>
1 parent 80de147 commit 154ae6a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

templates/http-js/content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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": [],

templates/http-ts/content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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": [],

templates/redis-js/content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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
},

templates/redis-ts/content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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
},

0 commit comments

Comments
 (0)