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

Commit f8f8d15

Browse files
author
James Calfee
committed
15.0.3
1 parent f12fe70 commit f8f8d15

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
22
"name": "eosjs",
3-
"version": "15.0.2",
3+
"version": "15.0.3",
44
"description": "General purpose library for the EOS blockchain.",
55
"main": "lib/index.js",
6-
"files": ["README.md", "docs", "lib"],
6+
"files": [
7+
"README.md",
8+
"docs",
9+
"lib"
10+
],
711
"scripts": {
812
"test": "mocha --use_strict src/*.test.js",
913
"test_lib": "mocha --use_strict lib/*.test.js",

0 commit comments

Comments
 (0)