@vidavidorra/create-project 3.0.230 → 3.0.232

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vidavidorra/create-project",
3
- "version": "3.0.230",
3
+ "version": "3.0.232",
4
4
  "private": false,
5
5
  "description": "Interactively create a GitHub project",
6
6
  "keywords": [
@@ -34,8 +34,8 @@
34
34
  ],
35
35
  "scripts": {
36
36
  "build": "tsc",
37
- "format": "prettier --ignore-path .gitignore --write \"**/*.{vue,css,less,scss,html,htm,json,md,markdown,yml,yaml}\" --log-level warn",
38
- "format:check": "prettier --ignore-path .gitignore --check \"**/*.{vue,css,less,scss,html,htm,json,md,markdown,yml,yaml}\" --log-level warn",
37
+ "format": "prettier --write \"**/*.{vue,css,less,scss,html,htm,json,md,markdown,yml,yaml}\" --log-level warn",
38
+ "format:check": "prettier --check \"**/*.{vue,css,less,scss,html,htm,json,md,markdown,yml,yaml}\" --log-level warn",
39
39
  "postinstall": "node ./src/scripts/postinstall.js",
40
40
  "lint": "npm run format:check && xo",
41
41
  "lint:fix": "npm run format && xo --fix",
@@ -213,7 +213,7 @@
213
213
  "@semantic-release/changelog": "6.0.3",
214
214
  "@semantic-release/exec": "7.1.0",
215
215
  "@semantic-release/git": "10.0.1",
216
- "@types/node": "22.16.3",
216
+ "@types/node": "22.16.4",
217
217
  "@types/sinon": "17.0.4",
218
218
  "@types/validate-npm-package-name": "4.0.2",
219
219
  "@vidavidorra/commitlint-config": "7.0.16",
@@ -223,7 +223,7 @@
223
223
  "lint-staged": "16.1.2",
224
224
  "semantic-release": "24.2.7",
225
225
  "sinon": "21.0.0",
226
- "xo": "1.1.1"
226
+ "xo": "1.2.0"
227
227
  },
228
228
  "engines": {
229
229
  "node": ">=20"