Skip to content

Commit

Permalink
name
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamzaalam committed Jun 6, 2022
1 parent 7038897 commit e70b145
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bitkey",
"name": "@contco/bitkey",
"version": "0.0.2",
"description": "bitkey is the bitcoin key management package",
"main": "./lib/src/index.js",
Expand All @@ -20,7 +20,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/contco/bitkey.git"
"url": "https://github.com/contco/bitkey.git"
},
"license": "MIT",
"author": {
Expand Down Expand Up @@ -62,6 +62,11 @@
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"*.ts": "eslint --cache --cache-location .eslintcache --fix"
},
Expand All @@ -70,4 +75,4 @@
"main"
]
}
}
}

0 comments on commit e70b145

Please sign in to comment.