create-nohejs 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +4 -4
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -151,10 +151,10 @@ export default defineConfig({
151
151
  "description": "",
152
152
  "type": "module",
153
153
  "scripts": {
154
- "dev": "node nohe start",
155
- "build": "node nohe build",
156
- "clean": "node nohe clean",
157
- "config": "node nohe config"
154
+ "dev": "nohe start",
155
+ "build": "nohe build",
156
+ "clean": "nohe clean",
157
+ "config": "nohe config"
158
158
  },
159
159
  "author": "",
160
160
  "license": "ISC",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-nohejs",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "bin": {