This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add right names to package json so workflows can execute
- Loading branch information
1 parent
c3c1fbe
commit eb1d142
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "project-name", | ||
"name": "template-node-ts", | ||
"version": "0.0.0-development", | ||
"description": "<project-description>", | ||
"description": "Template project for node.js and Typescript with workflows and semantic releasing", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"postinstall": "[ -d post-clone-scripts ] && ./post-clone-scripts/install-semantic-release.sh && rm -rf ./post-clone-scripts || true", | ||
|
@@ -19,12 +19,12 @@ | |
"author": "Lucas Santos <[email protected]>", | ||
"license": "GPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/khaosdoctor/<project-name>/issues" | ||
"url": "https://github.com/khaosdoctor/template-node-ts/issues" | ||
}, | ||
"homepage": "https://github.com/khaosdoctor/<project-name>#readme", | ||
"homepage": "https://github.com/khaosdoctor/template-node-ts#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "<project url>" | ||
"url": "https://github.com/khaosdoctor/template-node-ts" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^16.1.0", | ||
|