Skip to content

Commit

Permalink
fix publishment
Browse files Browse the repository at this point in the history
  • Loading branch information
mebtte committed Nov 27, 2023
1 parent ef33d7d commit fc5cf26
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
node-version: lts/*

- run: npm ci
- run: npm run build

- uses: JS-DevTools/npm-publish@main
with:
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-lrc",
"version": "3.1.1",
"version": "3.1.2",
"description": "The react component to display lyric by lrc format.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -30,8 +30,8 @@
"react-dom": ">=17.0.0"
},
"dependencies": {
"clrc": "^3.1.1",
"resize-observer-polyfill": "^1.5.1"
"resize-observer-polyfill": "^1.5.1",
"clrc": "^3.1.4"
},
"devDependencies": {
"@babel/core": "^7.19.0",
Expand Down Expand Up @@ -76,7 +76,6 @@
"scripts": {
"prepare": "husky install",
"build": "rimraf build && rollup --bundleConfigAsCjs --config rollup.config.js",
"prepulishOnly": "npm run build",
"lint-staged": "lint-staged",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
Expand Down

0 comments on commit fc5cf26

Please sign in to comment.