Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
15.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
James Calfee committed Jun 22, 2018
1 parent f12fe70 commit f8f8d15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "eosjs",
"version": "15.0.2",
"version": "15.0.3",
"description": "General purpose library for the EOS blockchain.",
"main": "lib/index.js",
"files": ["README.md", "docs", "lib"],
"files": [
"README.md",
"docs",
"lib"
],
"scripts": {
"test": "mocha --use_strict src/*.test.js",
"test_lib": "mocha --use_strict lib/*.test.js",
Expand Down

0 comments on commit f8f8d15

Please sign in to comment.