Skip to content

Commit

Permalink
Upgrade to chainpoint-client @ 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenn Rempe committed Mar 2, 2018
1 parent 5d91d00 commit 716484b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
12 changes: 5 additions & 7 deletions package.json
Expand Up @@ -10,16 +10,14 @@
"build": "yarn build-clean && ./node_modules/.bin/pkg . --targets node8-macos-x64,node8-linux-x64,node8-linux-x86,node8-alpine-x64 --out-path ./build/",
"build-debug": "yarn build-clean && ./node_modules/.bin/pkg --debug . --targets node8-macos-x64,node8-linux-x64,node8-linux-x86,node8-alpine-x64 --out-path ./build/",
"build-clean": "rm -f ./build/*",
"install-global-yarn": "yarn global add file:$(pwd)",
"install-global-npm": "npm install -g --production",
"uninstall-global-yarn": "cd ~/.config/yarn/global && yarn global remove chainpoint-cli",
"uninstall-global-npm": "npm uninstall -g chainpoint-cli",
"install-npm": "npm install -g --production",
"uninstall-npm": "npm uninstall -g chainpoint-cli",
"install": "yarn install-bin-macos",
"install-bin-macos": "yarn build-clean && yarn build && cp ./build/chainpoint-cli-macos-x64 /usr/local/bin/chp",
"install-bin-linux-x64": "yarn build-clean && yarn build && cp ./build/chainpoint-cli-linux-x64 /usr/local/bin/chp",
"install-bin-linux-x86": "yarn build-clean && yarn build && cp ./build/chainpoint-cli-linux-x86 /usr/local/bin/chp",
"install-bin-alpine": "yarn build-clean && yarn build && cp ./build/chainpoint-cli-alpine-x64 /usr/local/bin/chp",
"uninstall-bin": "rm -f /usr/local/bin/chp",
"uninstall-all": "yarn uninstall-global-yarn; yarn uninstall-global-npm; yarn uninstall-bin"
"uninstall-bin": "rm -f /usr/local/bin/chp"
},
"repository": {
"type": "git",
Expand All @@ -39,7 +37,7 @@
"blake2s-js": "^1.2.2",
"bluebird": "^3.5.0",
"chainpoint-binary": "^4.0.0",
"chainpoint-client": "^0.1.1",
"chainpoint-client": "^0.1.2",
"chainpoint-proof-json-schema": "^1.0.0",
"envalid": "^3.1.1",
"get-stdin": "^5.0.1",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -194,9 +194,9 @@ chainpoint-binary@^4.0.1:
msgpack-lite "^0.1.26"
pako "^1.0.5"

chainpoint-client@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/chainpoint-client/-/chainpoint-client-0.1.1.tgz#88999b5786506ce0633db9a0e3b2aba7683286fa"
chainpoint-client@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/chainpoint-client/-/chainpoint-client-0.1.2.tgz#18a4749449ce4cacac1ad23218dc9302ef17f025"
dependencies:
bluebird "^3.5.1"
chainpoint-binary "^4.0.1"
Expand Down

0 comments on commit 716484b

Please sign in to comment.