Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
Update NPM Publish Configs
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed Sep 24, 2020
1 parent 85e52a1 commit 98f9ac6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kamanda",
"version": "0.8.0",
"description": "Kamanda - A Firebase CLI Companion Tool",
"description": "Kamanda - Manage your Firebase Application from the Terminal. Add, Remove, Update, View and Search for Firebase Users.",
"main": "index.js",
"scripts": {
"test": "go test ./... -v",
Expand All @@ -22,12 +22,12 @@
"Firestore"
],
"preferGlobal": true,
"author": "Maina Wycliffe",
"author": "Maina Wycliffe <[email protected]> (https://mainawycliffe.dev)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mainawycliffe/kamanda/issues"
},
"homepage": "https://github.com/mainawycliffe/kamanda#readme",
"homepage": "https://kamanda.dev/",
"dependencies": {
"mkdirp": "^0.5.1",
"request": "^2.81.0",
Expand All @@ -44,4 +44,4 @@
"path": "./bin",
"url": "https://github.com/mainawycliffe/kamanda/releases/download/v{{version}}/kamanda_{{version}}_{{platform}}_{{arch}}.zip"
}
}
}

0 comments on commit 98f9ac6

Please sign in to comment.