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

Commit

Permalink
test build
Browse files Browse the repository at this point in the history
  • Loading branch information
LewdHuTao committed May 29, 2024
1 parent a00b65e commit c908e9e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c908e9e

Please sign in to comment.