Skip to content

Commit

Permalink
build: (sample) Remove js-miniapp-sdk from package.json dependencies
Browse files Browse the repository at this point in the history
This was causing errors when trying to run 'yarn install' after updating the sdk's version in it's package.json. The SDK does not need to be declared in depenedencies because Yarn workspaces make it already available.
  • Loading branch information
corycaywood committed May 13, 2020
1 parent ff4591f commit 14f0b33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js-miniapp-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"@material-ui/icons": "^4.9.1",
"axios": "^0.19.2",
"bowser": "^2.9.0",
"js-miniapp-sdk": "0.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
Expand Down

0 comments on commit 14f0b33

Please sign in to comment.