Skip to content

Commit

Permalink
Release new version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed Jul 11, 2019
1 parent 23f5b42 commit 4d4a768
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,6 +1,6 @@
{
"name": "cryptography-toolkit",
"version": "1.1.0",
"version": "1.2.0",
"main": "browserify.js",
"repository": "[email protected]:guggero/cryptography-toolkit.git",
"author": "Oliver Gugger <[email protected]>",
Expand Down Expand Up @@ -48,9 +48,9 @@
"scripts": {
"browserify": "browserify -o libs/js/bitcoin.js browserify.js --standalone bitcoin",
"templates": "grunt ngtemplates",
"maketargz": "tar --exclude=release --exclude=.idea --exclude=node_modules -czvf release/cryptography-toolkit.offline.tar.gz *",
"release": "rm -rf release && mkdir release && yarn maketargz && cd release && sha256sum -b * > cryptography-toolkit.offline.sum",
"sign": "gpg --clearsign release/cryptography-toolkit.offline.sum"
"maketargz": "tar --exclude=release --exclude=.idea --exclude=node_modules -czvf release/cryptography-toolkit.offline.v$npm_package_version.tar.gz *",
"release": "rm -rf release && mkdir release && yarn maketargz && cd release && sha256sum -b * > cryptography-toolkit.offline.v$npm_package_version.sum",
"sign": "gpg --clearsign release/cryptography-toolkit.offline.v$npm_package_version.sum"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 4d4a768

Please sign in to comment.