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

Commit

Permalink
Add Publish to NPM Script for the Binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed Apr 11, 2020
1 parent 6a66bfa commit 2cf1f3b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ credentials.json
credentials*
*cover*
testdata/.viper.yaml
node_modules
yarn.lock
package-lock.json
33 changes: 33 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "kamanda",
"version": "0.0.3",
"description": "Kamanda - A Firebase CLI Companion Tool",
"main": "index.js",
"scripts": {
"test": "go test ./... -v",
"postinstall": "go-npm install",
"preuninstall": "go-npm uninstall"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mainawycliffe/kamanda.git"
},
"keywords": [
"Firebase",
"Kamanda"
],
"author": "Maina Wycliffe",
"license": "MIT",
"bugs": {
"url": "https://github.com/mainawycliffe/kamanda/issues"
},
"homepage": "https://github.com/mainawycliffe/kamanda#readme",
"dependencies": {
"go-npm": "^0.1.9"
},
"goBinary": {
"name": "kamanda",
"path": "./bin",
"url": "https://github.com/mainawycliffe/kamanda/releases/download/v{{version}}/kamanda_{{version}}_{{platform}}_{{arch}}.tar.gz"
}
}

0 comments on commit 2cf1f3b

Please sign in to comment.