We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d36aa commit df54b58Copy full SHA for df54b58
.np-config.json
@@ -0,0 +1,3 @@
1
+{
2
+ "contents": "dist"
3
+}
package.json
@@ -1,6 +1,6 @@
{
"name": "repo-checklist",
- "version": "1.0.0",
+ "version": "1.0.1",
4
"type": "module",
5
"description": "A utility helps to setup up repo community standards",
6
"repository": "git@github.com:RepoHealth/repo-checklist.git",
@@ -22,7 +22,7 @@
22
"prepublishOnly": "yarn build"
23
},
24
"engines": {
25
- "node": ">=18.0.0"
+ "node": ">=14.x.x"
26
27
"homepage": "https://github.com/RepoHealth/repo-checklist#readme",
28
"devDependencies": {
@@ -32,4 +32,4 @@
32
"prompts": "^2.4.2",
33
"unbuild": "^1.0.2"
34
}
35
-}
0 commit comments