Skip to content

Commit

Permalink
Fix Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor-Ultra committed Sep 19, 2019
1 parent 4baf37f commit 037919f
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": "eosjs-ecc",
"version": "4.0.4-beta1",
"version": "4.0.7",
"description": "Elliptic curve cryptography functions",
"keywords": [
"ECC",
Expand All @@ -11,11 +11,11 @@
"Encryption",
"Decryption"
],
"main": "lib/index.js",
"main": "src/index.js",
"files": [
"README.md",
"docs",
"lib"
"src"
],
"scripts": {
"test": "mocha --use_strict src/*.test.js",
Expand Down Expand Up @@ -72,4 +72,4 @@
"@babel/plugin-transform-runtime"
]
}
}
}

0 comments on commit 037919f

Please sign in to comment.