Skip to content

Commit

Permalink
fix: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mathix420 committed Nov 10, 2023
1 parent 43063dc commit a194250
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pkg-placeholder
# starter-ts

> Note: Replace `pkg-placeholder`, `_description_`, `"keywords": []` and `mathix420` globally to use this template.
> Note: Replace `starter-ts`, `_description_`, `"keywords": []` and `mathix420` globally to use this template.
Inpired from https://github.com/ryansonshine/typescript-npm-package-template and https://github.com/antfu/starter-ts

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "pkg-placeholder",
"name": "starter-ts",
"type": "module",
"description": "_description_",
"author": "Arnaud Gissinger <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/mathix420/pkg-placeholder#readme",
"homepage": "https://github.com/mathix420/starter-ts#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/mathix420/pkg-placeholder.git"
"url": "git+https://github.com/mathix420/starter-ts.git"
},
"bugs": "https://github.com/mathix420/pkg-placeholder/issues",
"bugs": "https://github.com/mathix420/starter-ts/issues",
"keywords": [],
"sideEffects": false,
"exports": {
Expand Down

0 comments on commit a194250

Please sign in to comment.