Skip to content

Commit

Permalink
license in package.json to MIT
Browse files Browse the repository at this point in the history
  • Loading branch information
vinarmani committed Feb 26, 2020
1 parent f46e856 commit d7b512d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "jeton-lib",
"version": "1.4.5",
"version": "1.4.6",
"description": "Extension of bitcore-lib-cash for advanced Bitcoin Cash transaction types",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"license": "MIT",
"dependencies": {
"bitcore-lib-cash": "^9.0.0"
}
Expand Down

0 comments on commit d7b512d

Please sign in to comment.