From 42b5a1931dbf51666695d4a38673300c534800fa Mon Sep 17 00:00:00 2001 From: yayuyokitano <69117606+yayuyokitano@users.noreply.github.com> Date: Mon, 23 Nov 2020 22:00:37 +0800 Subject: [PATCH] Update metadata --- package.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a3fb0c8a..99e9cdd0 100644 --- a/package.json +++ b/package.json @@ -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" } }