Skip to content

Commit

Permalink
Merge pull request #87 from pieces-app/pkg-json-updates
Browse files Browse the repository at this point in the history
SDK version bump --> 2.0.0-2, new clean-m + clean-w commands
  • Loading branch information
jwafu authored Feb 21, 2024
2 parents 6902c7f + ccd3459 commit f11f042
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
"main": "src/index.tsx",
"scripts": {
"dev": "ts-node src/index.tsx",
"clean": "rimraf node_modules && rimraf package-lock.json",
"clean-m": "rm -r node_modules && rm -r package-lock.json && rm -r build",
"clean-w": "rimraf node_modules && rimraf package-lock.json",
"start": "cross-env react-scripts start",
"build": "cross-env react-scripts build",
"test": "jest"
},
"dependencies": {
"@pieces.app/pieces-os-client": "1.2.2",
"@pieces.app/pieces-os-client": "^2.0.0-2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
Expand Down

0 comments on commit f11f042

Please sign in to comment.