Skip to content

Commit

Permalink
fix: cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
flamecommit committed Feb 12, 2024
1 parent 7bcd948 commit 59ea163
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@shinyongjun/react-fullpage": "^1.8.5",
"@shinyongjun/react-fullpage": "^1.8.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.0",
Expand Down
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.

4 changes: 2 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shinyongjun/react-fullpage",
"version": "1.8.5",
"version": "1.8.6",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"source": "./src/index.tsx",
Expand All @@ -13,7 +13,7 @@
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"./css": "./dist/assets/ReactFullpage.css"
"./css": "./dist/assets/global.css"
},
"description": "This is a Fullpage library that operates in React.",
"keywords": [
Expand Down
File renamed without changes.

0 comments on commit 59ea163

Please sign in to comment.