Skip to content

Commit

Permalink
chore: Fix npm config
Browse files Browse the repository at this point in the history
  • Loading branch information
cmroche committed Aug 11, 2024
1 parent 17e393d commit c38bfb3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "greeclimate-release",
"name": "moonraker-api-release",
"version": "1.0.0",
"description": "![Python package](https://github.com/cmroche/greeclimate/workflows/Python%20package/badge.svg)",
"description": "![Python package](https://github.com/cmroche/moonraker_api/workflows/Python%20package/badge.svg)",
"main": "index.js",
"directories": {
"test": "tests"
Expand All @@ -11,14 +11,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/cmroche/greeclimate.git"
"url": "git+https://github.com/cmroche/moonraker-api.git"
},
"author": "Clifford Roche",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/cmroche/greeclimate/issues"
"url": "https://github.com/cmroche/moonraker-api/issues"
},
"homepage": "https://github.com/cmroche/greeclimate#readme",
"homepage": "https://github.com/cmroche/moonraker-api#readme",
"dependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
Expand Down

0 comments on commit c38bfb3

Please sign in to comment.