diff --git a/package-lock.json b/package-lock.json index 4509bfd..314a582 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "llyrics", - "version": "1.1.0", + "version": "1.1.01", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "llyrics", - "version": "1.1.0", + "version": "1.1.01", "license": "ISC", "dependencies": { "axios": "^1.7.2" diff --git a/package.json b/package.json index d145ad8..2efa92a 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,12 @@ { "name": "llyrics", - "version": "1.1.0", + "version": "1.1.01", "description": "A simple package to fetch lyrics from Genius API", - "main": "./index.js", + "main": "dist/src/index.js", + "types": "dist/src/index.d.ts", + "files": [ + "dist" + ], "scripts": { "format": "prettier --write ./src/index.ts", "lint": "eslint src --ext .ts",