Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Oct 5, 2023
1 parent a43f85a commit e6bb71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@gisce/react-formiga-table",
"version": "0.8.7-rc.0",
"scripts": {
"start": "while :; do tsc && vite build --watch --force; done",
"build": "tsc && vite build",
"prepublishOnly": "npm run build",
"storybook": "start-storybook -p 6006",
Expand All @@ -11,7 +12,6 @@
"access": "public"
},
"dependencies": {
"start": "while :; do tsc && vite build --watch --force; done",
"react": "^16.8.0 || 17.x",
"react-dom": "^16.8.0 || 17.x",
"styled-components": "^5.0.0",
Expand Down

0 comments on commit e6bb71e

Please sign in to comment.