@vidavidorra/create-project 4.1.2 → 4.1.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 (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vidavidorra/create-project",
3
- "version": "4.1.2",
3
+ "version": "4.1.3",
4
4
  "private": false,
5
5
  "description": "Interactively create a GitHub project",
6
6
  "keywords": [
@@ -52,6 +52,7 @@
52
52
  "space": true
53
53
  },
54
54
  "prettier": {
55
+ "bracketSpacing": false,
55
56
  "singleQuote": true
56
57
  },
57
58
  "release": {
@@ -213,7 +214,7 @@
213
214
  "@semantic-release/changelog": "6.0.3",
214
215
  "@semantic-release/exec": "7.1.0",
215
216
  "@semantic-release/git": "10.0.1",
216
- "@types/node": "24.9.2",
217
+ "@types/node": "24.10.0",
217
218
  "@types/sinon": "17.0.4",
218
219
  "@types/validate-npm-package-name": "4.0.2",
219
220
  "@vidavidorra/commitlint-config": "7.1.2",