-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ripplet", | ||
"version": "4.0.7", | ||
"version": "4.1.0", | ||
"description": "simple ripple wallet", | ||
"main": "index.js", | ||
"bin": { | ||
|
@@ -10,9 +10,9 @@ | |
"test": "echo \"Error: no test specified\" && exit 1", | ||
"dev": "nodevl index.js", | ||
"start": "pm2 flush && pm2 startOrRestart ecosystem.config.js && pm2 logs ripple", | ||
"release:git": "github-release release --user uniibu --repo ripplet --tag v4.0.7 --name \"v4.0.7\" --description \"ripplet wallet release\"", | ||
"release:git": "github-release release --user uniibu --repo ripplet --tag v4.1.0 --name \"v4.1.0\" --description \"ripplet wallet release\"", | ||
"release:now": "yarn release:git", | ||
"build:release": "docker build --no-cache -t unibtc/ripplet:latest -t unibtc/ripplet:4.0.7 . && git add . && git commit -m \"update\" && git push && yarn release:now && docker push unibtc/ripplet:latest && docker push unibtc/ripplet:4.0.7" | ||
"build:release": "docker build --no-cache -t unibtc/ripplet:latest -t unibtc/ripplet:4.1.0 . && git add . && git commit -m \"update\" && git push && yarn release:now && docker push unibtc/ripplet:latest && docker push unibtc/ripplet:4.1.0" | ||
}, | ||
"author": "[email protected]", | ||
"license": "MIT", | ||
|