Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
ci: add right names to package json so workflows can execute
Browse files Browse the repository at this point in the history
  • Loading branch information
khaosdoctor committed Feb 13, 2022
1 parent c3c1fbe commit eb1d142
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
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",
Expand All @@ -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",
Expand Down

0 comments on commit eb1d142

Please sign in to comment.