Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
flamecommit committed Feb 12, 2024
1 parent 59ea163 commit a719456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "demo",
"version": "0.1.0",
"private": true,
"dependencies": {
"devDependencies": {
"@shinyongjun/react-fullpage": "^1.8.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"dev": "npm run start -w test",
"link": "npm link -w package && npm link @shinyongjun/react-fullpage -w test",
"publish": "npm publish --access public -w package",
"dev:demo": "npm run start -w demo",
"build:demo": "npm run build -w demo"
"dev:demo": "npm run start -w demo"
},
"workspaces": [
"package",
Expand Down

0 comments on commit a719456

Please sign in to comment.