Skip to content

Commit

Permalink
publish 16.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyhill666 committed Nov 14, 2019
1 parent beed1aa commit 94ddb2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ bin/eosio.system.abi
bin/eosio.token.abi
docs/index.md
dev
.vscode
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eosjs-classic",
"version": "16.0.9",
"version": "16.0.10",
"description": "General purpose library for the EOS blockchain.",
"main": "lib/index.js",
"files": [
Expand All @@ -20,7 +20,7 @@
"minimize": "uglifyjs lib/eos.js -o lib/eos.min.js --source-map --compress --mangle",
"docs": "jsdoc2md src/format.js > docs/format.md",
"srisum": "srisum lib/eos.*",
"prepublishOnly": "npm run build && npm run test_lib && npm run minimize && npm run docs && npm run srisum"
"prepublishOnly": "npm run build && npm run minimize && npm run docs && npm run srisum"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 94ddb2e

Please sign in to comment.