Skip to content

Commit

Permalink
Updated package.json with repo info
Browse files Browse the repository at this point in the history
Added issues link and fixed repo name in package.json file.
  • Loading branch information
olixr authored Mar 9, 2020
1 parent abf1a81 commit e6424d2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "MudpiCore",
"name": "mudpi-core",
"version": "0.8.6",
"description": "Mudpi Core System",
"description": "Configurable automated smart garden for raspberry pi",
"bugs": "https://github.com/mudpi/mudpi-core/issues",
"contributors": [
"Eric Davisson <[email protected]>"
],
"main": "mudpi_event_listener.js",
"scripts": {
"start": "node server/mudpi_event_listener.js"
Expand Down

0 comments on commit e6424d2

Please sign in to comment.