Skip to content

Commit

Permalink
version bump: 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Mar 1, 2016
1 parent d4548ef commit 880a9eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "secp256k1",
"version": "3.0.0",
"version": "3.0.1",
"description": "This module provides native bindings to ecdsa secp256k1 functions",
"keywords": [
"ec",
Expand Down Expand Up @@ -39,7 +39,6 @@
"clean": "node-gyp clean",
"install": "npm run rebuild",
"lint": "standard",
"prepublish": "[ -z \"$TRAVIS\" ] && (node-gyp rebuild && npm run lint && npm run test) || echo 'skip...'",
"rebuild": "node-gyp rebuild",
"test": "npm run test:node && npm run test:browser",
"test:browser": "karma start karma.conf.js",
Expand Down

0 comments on commit 880a9eb

Please sign in to comment.