Fix license field in package.json

This commit is contained in:
2018-11-18 23:12:28 +00:00
parent 0874ee4087
commit 1241478006

View File

@@ -5,12 +5,7 @@
"base58, flickr" "base58, flickr"
], ],
"description": "Flickr Flavored Base58 Encoding and Decoding", "description": "Flickr Flavored Base58 Encoding and Decoding",
"licenses": [ "license": "MIT",
{
"type": "MIT",
"url": "https://raw.github.com/jimeh/node-base58/master/LICENSE.md"
}
],
"author": { "author": {
"name": "Jim Myhrberg", "name": "Jim Myhrberg",
"email": "contact@jimeh.me" "email": "contact@jimeh.me"