Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
yayuyokitano authored Nov 23, 2020
1 parent 53ea63c commit 42b5a19
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
{
"name": "lastfm-typed",
"version": "0.1.0",
"description": "Typed API wrapper for Last.FM using promises through async functions",
"version": "0.1.2",
"description": "Typed API wrapper for Last.FM using promises",
"main": "dist/index.js",
"author": "yayuyokitano",
"license": "MIT",
"dependencies": {
"@types/md5": "^2.2.1",
"md5": "^2.3.0",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@types/md5": "^2.2.1",
"@types/node": "^14.14.8",
"@types/node-fetch": "^2.5.7"
},
"repository": {
"type": "git",
"url": "https://github.com/yayuyokitano/lastfm-typed.git"
}
}

0 comments on commit 42b5a19

Please sign in to comment.