Skip to content

Commit

Permalink
🔖 chore(release); bump version to 2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Inter <[email protected]>
  • Loading branch information
inttter committed Feb 17, 2024
1 parent a0708d0 commit 2190df0
Show file tree
Hide file tree
Showing 2 changed files with 211 additions and 6 deletions.
208 changes: 206 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "create-ps",
"version": "1.2.0",
"version": "2.0.0",
"engines": {
"node": ">=18"
},
"description": "Creates a foundation for your NPM package.",
"main": "index.mjs",
"bin": {
"cps": "./src/index.mjs"
"cps": "src/index.mjs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -25,6 +25,7 @@
"author": "Inter",
"license": "MIT",
"dependencies": {
"boxen": "^7.1.1",
"chalk": "^5.3.0",
"commander": "^12.0.0",
"execa": "^8.0.1",
Expand All @@ -38,10 +39,10 @@
},
"repository": {
"type": "git",
"url": "https://github.com/inttter/create-ps.git"
"url": "git+https://github.com/inttter/create-ps.git"
},
"bugs": {
"url": "https://ascii-convert.sh/bug-report"
"url": "https://github.com/inttter/create-ps/issues"
},
"type": "module"
}

0 comments on commit 2190df0

Please sign in to comment.