Skip to content

Commit

Permalink
chore: release v0.0.1-2
Browse files Browse the repository at this point in the history
  • Loading branch information
lehuygiang28 committed Jul 27, 2024
1 parent 1be92a0 commit e3a5abe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 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.

16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
"type": "git",
"url": "git+https://github.com/lehuygiang28/package-starter.git"
},
"version": "0.0.1-1",
"version": "0.0.1-2",
"description": "🚀 Kickstart your next Node.js package with this pre-configured TypeScript template. Get up and running in minutes!",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": ["lib"],
"files": [
"lib"
],
"scripts": {
"build": "rimraf ./lib && tsc",
"prepare": "npm run build",
Expand All @@ -24,7 +26,15 @@
"release:minor": "release-it minor",
"release:major": "release-it major"
},
"keywords": ["typescript", "template", "starter", "nodejs", "npm", "package", "boilerplate"],
"keywords": [
"typescript",
"template",
"starter",
"nodejs",
"npm",
"package",
"boilerplate"
],
"author": "lehuygiang28 <lehuygiang28@gmail.com>",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit e3a5abe

Please sign in to comment.