From 14f0b335daa51841884c2042e66b416d9bca651d Mon Sep 17 00:00:00 2001 From: Cory Caywood Date: Wed, 13 May 2020 16:24:50 +0900 Subject: [PATCH] build: (sample) Remove js-miniapp-sdk from package.json dependencies 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. --- js-miniapp-sample/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/js-miniapp-sample/package.json b/js-miniapp-sample/package.json index a6f1028fb..937dcf223 100644 --- a/js-miniapp-sample/package.json +++ b/js-miniapp-sample/package.json @@ -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",