Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
backslash47 committed Oct 29, 2018
1 parent d8e87d3 commit a005c30
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,12 +1,12 @@
{
"name": "hdkey-secp256r1-ts",
"name": "hdkey-secp256r1",
"version": "1.1.0",
"description": "BIP32 hierarchical deterministic keys using secp256r1 curve",
"main": "./lib/index.js",
"types": "./lib/types/index.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/backslash47/hdkey-secp256r1-ts"
"url": "git://github.com/backslash47/hdkey-secp256r1"
},
"license": "MIT",
"keywords": [
Expand All @@ -32,9 +32,9 @@
"testRegex": "/test/.*\\.test\\.(ts|tsx|js)$"
},
"bugs": {
"url": "https://github.com/backslash47/hdkey-secp256r1-ts/issues"
"url": "https://github.com/backslash47/hdkey-secp256r1/issues"
},
"homepage": "https://github.com/backslash47/hdkey-secp256r1-ts",
"homepage": "https://github.com/backslash47/hdkey-secp256r1",
"devDependencies": {
"@types/node": "^10.0.0",
"@types/elliptic": "^6.4.0",
Expand Down

0 comments on commit a005c30

Please sign in to comment.