Skip to content

Commit df54b58

Browse files
author
Nabeel Shakeel
committed
ci: add config for np package
1 parent 48d36aa commit df54b58

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.np-config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"contents": "dist"
3+
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "repo-checklist",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"type": "module",
55
"description": "A utility helps to setup up repo community standards",
66
"repository": "git@github.com:RepoHealth/repo-checklist.git",
@@ -22,7 +22,7 @@
2222
"prepublishOnly": "yarn build"
2323
},
2424
"engines": {
25-
"node": ">=18.0.0"
25+
"node": ">=14.x.x"
2626
},
2727
"homepage": "https://github.com/RepoHealth/repo-checklist#readme",
2828
"devDependencies": {
@@ -32,4 +32,4 @@
3232
"prompts": "^2.4.2",
3333
"unbuild": "^1.0.2"
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)