@vidavidorra/create-project 2.0.78 → 2.0.80
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/README.md +1 -1
- package/dist/content/readme/readme.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -45,7 +45,7 @@ npx @vidavidorra/create-project
|
|
|
45
45
|
|
|
46
46
|
Please [create an issue](https://github.com/vidavidorra/create-project/issues/new/choose) if you have a bug report or feature proposal, or [create a discussion](https://github.com/vidavidorra/create-project/discussions) if you have a question. If you like this project, please consider giving it a star ⭐
|
|
47
47
|
|
|
48
|
-
Refer to the [contributing guide](https://github.com/vidavidorra/.github/blob/main/CONTRIBUTING.md) detailed information about other contributions, like pull requests.
|
|
48
|
+
Refer to the [contributing guide](https://github.com/vidavidorra/.github/blob/main/CONTRIBUTING.md) for detailed information about other contributions, like pull requests.
|
|
49
49
|
|
|
50
50
|
[](https://conventionalcommits.org)
|
|
51
51
|
[](https://github.com/xojs/xo)
|
|
@@ -64,7 +64,7 @@ class Readme extends File {
|
|
|
64
64
|
].join(' ')}
|
|
65
65
|
|
|
66
66
|
${[
|
|
67
|
-
`Refer to the
|
|
67
|
+
`Refer to the [contributing guide](${contributingGuide})`,
|
|
68
68
|
'for detailed information about other contributions, like pull',
|
|
69
69
|
'requests.',
|
|
70
70
|
].join(' ')}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vidavidorra/create-project",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.80",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Interactively create a GitHub project",
|
|
6
6
|
"keywords": [
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"@types/sinon": "17.0.3",
|
|
219
219
|
"@types/validate-npm-package-name": "4.0.2",
|
|
220
220
|
"@vidavidorra/commitlint-config": "7.0.6",
|
|
221
|
-
"ava": "6.1.
|
|
221
|
+
"ava": "6.1.3",
|
|
222
222
|
"c8": "9.1.0",
|
|
223
223
|
"husky": "9.0.11",
|
|
224
224
|
"lint-staged": "15.2.2",
|