@vidavidorra/create-project 3.0.225 → 3.0.227
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.
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vidavidorra/create-project",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.227",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Interactively create a GitHub project",
|
|
6
6
|
"keywords": [
|
|
@@ -177,7 +177,6 @@
|
|
|
177
177
|
},
|
|
178
178
|
"ava": {
|
|
179
179
|
"files": [
|
|
180
|
-
"!worktrees",
|
|
181
180
|
"src/**/*.test.ts"
|
|
182
181
|
],
|
|
183
182
|
"typescript": {
|
|
@@ -222,7 +221,7 @@
|
|
|
222
221
|
"c8": "10.1.3",
|
|
223
222
|
"husky": "9.1.7",
|
|
224
223
|
"lint-staged": "16.1.2",
|
|
225
|
-
"semantic-release": "24.2.
|
|
224
|
+
"semantic-release": "24.2.7",
|
|
226
225
|
"sinon": "21.0.0",
|
|
227
226
|
"xo": "1.1.1"
|
|
228
227
|
},
|