Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
CaribouJohn committed May 13, 2021
1 parent fa75f2c commit dbf3afd
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@
"gps-cli": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"No Tests yet\" && exit 1"
},
"keywords": [],
"author": "",
"keywords": [
"cumulocity",
"widget",
"cli"
],
"author": "cariboujohn <jhshopping@heath.mx> (https://github.com/CaribouJohn/gps)",
"license": "ISC",
"dependencies": {
"@c8y/cli": "^1007.0.36",
Expand All @@ -21,5 +25,9 @@
},
"devDependencies": {
"@types/node": "^14.14.37"
}
},
"bugs": {
"url": "https://github.com/CaribouJohn/gpsissues"
},
"homepage": "https://github.com/CaribouJohn/gps"
}

0 comments on commit dbf3afd

Please sign in to comment.