Skip to content

Commit

Permalink
fix: naming in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joschka committed Jun 11, 2023
1 parent 4096cb2 commit df4b7e5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "release-test-joschka",
"name": "npm-package-example-joschka",
"version": "0.0.0-development",
"description": "",
"main": "index.js",
Expand All @@ -9,18 +9,15 @@
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/joschka/release-test.git"
"url": "git+ssh://git@github.com/joschka/npm-package-example.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"publishConfig": {
"provenance": true
},
"bugs": {
"url": "https://github.com/joschka/release-test/issues"
},
"homepage": "https://github.com/joschka/release-test#readme",
"homepage": "https://github.com/joschka/npm-package-example#readme",
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
Expand Down

0 comments on commit df4b7e5

Please sign in to comment.