Skip to content

Commit

Permalink
fix: package json name
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed May 17, 2024
1 parent a843440 commit 17c6144
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-template",
"name": "@ubiquibot-plugins/start-stop",
"version": "1.0.0",
"description": "Template repository with TypeScript support.",
"description": "Enables the assignment of tasks to hunters and the graceful unassignment.",
"main": "build/index.ts",
"author": "Ubiquity DAO",
"license": "MIT",
Expand Down Expand Up @@ -81,4 +81,4 @@
"@commitlint/config-conventional"
]
}
}
}

0 comments on commit 17c6144

Please sign in to comment.