Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
LewdHuTao committed May 29, 2024
1 parent a6b37f7 commit ebe3929
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 36 deletions.
161 changes: 128 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "llyrics",
"version": "1.1.3",
"version": "1.1.3-rc",
"description": "A simple package to fetch lyrics from Genius API",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand All @@ -10,7 +10,7 @@
"scripts": {
"format": "prettier --write ./src/index.ts",
"lint": "eslint src --ext .ts",
"build": "rimraf dist && tsc && gen-esm-wrapper ./dist/index.js ./dist/index.mjs",
"build": "rimraf dist && tsc && gen-esm-wrapper ./dist/src/index.js ./dist/src/index.mjs",
"docs": "ts-docs",
"fix": "eslint src --ext .ts --fix",
"test": "ts-node ./test/index.test.ts"
Expand All @@ -19,7 +19,7 @@
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/shittybot/llyrics.git"
"url": "https://github.com/shittybot/llyrics.git"
},
"keywords": [
"lyrics finder",
Expand All @@ -42,6 +42,7 @@
"eslint": "^8.57.0",
"gen-esm-wrapper": "^1.1.3",
"prettier": "^3.2.5",
"rimraf": "^4.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
Expand Down

0 comments on commit ebe3929

Please sign in to comment.