Skip to content

Commit

Permalink
🔖 chore(release): bump version to 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inttter committed Jun 9, 2024
1 parent d3b1839 commit ebfd797
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 28 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

51 changes: 25 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,37 @@
{
"name": "create-ps",
"version": "4.2.0",
"engines": {
"node": ">=18"
},
"version": "4.3.0",
"author": "Inter",
"license": "MIT",
"description": "Creates the foundations for an NPM package.",
"main": "index.mjs",
"bin": {
"cps": "src/index.mjs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"npm",
"template",
"scaffolding",
"setup",
"structure"
],
"author": "Inter",
"license": "MIT",
"engines": {
"node": ">=18"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"cps": "src/index.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inttter/create-ps.git"
},
"homepage": "https://createps.xyz",
"bugs": {
"url": "https://github.com/inttter/create-ps/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/inttter"
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"axios": "^1.7.2",
Expand All @@ -32,17 +43,5 @@
"fs-extra": "^11.2.0",
"git-user-name": "^2.0.0"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/inttter"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inttter/create-ps.git"
},
"bugs": {
"url": "https://github.com/inttter/create-ps/issues"
},
"type": "module",
"homepage": "https://createps.xyz"
"type": "module"
}

0 comments on commit ebfd797

Please sign in to comment.