nero-init 1.0.3 → 1.0.4

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.
@@ -19,8 +19,8 @@
19
19
  "test": "vitest",
20
20
  "format": "prettier --write .",
21
21
  "format:check": "prettier --check .",
22
- "lint": "eslint . --config eslint.config.ts",
23
- "lint:fix": "eslint . --fix --config eslint.config.ts",
22
+ "lint": "eslint . --config",
23
+ "lint:fix": "eslint . --fix",
24
24
  "prepublishOnly": "npm run build",
25
25
  "postbuild": "chmod +x dist/index.js"
26
26
  },
@@ -19,8 +19,8 @@
19
19
  "test": "vitest",
20
20
  "format": "prettier --write .",
21
21
  "format:check": "prettier --check .",
22
- "lint": "eslint . --config eslint.config.ts",
23
- "lint:fix": "eslint . --fix --config eslint.config.ts",
22
+ "lint": "eslint .",
23
+ "lint:fix": "eslint . --fix",
24
24
  "prepublishOnly": "npm run build"
25
25
  },
26
26
  "engines": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nero-init",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Project scaffold for CLI, library and Web templates.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",