Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
restuhaqza committed Oct 27, 2019
1 parent 6ed5346 commit f88f188
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
{
"name": "digital-signature",
"version": "1.0.0",
"version": "1.0.1",
"description": "Library for create and verify digital signature",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/restuhaqza/digital-signature.git"
},
"scripts": {
"test": "mocha --check-leaks --reporter spec --bail"
},
"keywords": [
"digital",
"signature"
],

"bugs": {
"url": "https://github.com/restuhaqza/digital-signature.git/issues"
},
"homepage": "https://github.com/restuhaqza/digital-signature.git#readme",

"author": "@restuhaqza",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit f88f188

Please sign in to comment.