Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove unused caip dependency
Rūdolfs Ošiņš committed 3 years ago
commit 46ae7982a694f3346297b6472d1f6b2587cd5576
parent e69987296cf3d8bd7033176badcf736162f7c091
3 files changed +0 -4
modified package-lock.json
@@ -22,7 +22,6 @@
        "@walletconnect/types": "^1.8.0",
        "@walletconnect/utils": "^1.8.0",
        "buffer": "^6.0.3",
-
        "caip": "^0.9.2",
        "connect-history-api-fallback": "^2.0.0",
        "eip1193-provider": "1.0.1",
        "ethereum-blockies": "^0.1.1",
modified package.json
@@ -56,7 +56,6 @@
    "@walletconnect/types": "^1.8.0",
    "@walletconnect/utils": "^1.8.0",
    "buffer": "^6.0.3",
-
    "caip": "^0.9.2",
    "connect-history-api-fallback": "^2.0.0",
    "eip1193-provider": "1.0.1",
    "ethereum-blockies": "^0.1.1",
modified vite.config.ts
@@ -49,8 +49,6 @@ const config: UserConfig = {
  },
  resolve: {
    alias: {
-
      // This is needed for vite not to choke.
-
      caip: path.resolve("./node_modules/caip/dist/umd/index.min.js"),
      "@public": path.resolve("./public"),
      "@app": path.resolve("./src"),
      // Polyfill for Node.js 'stream' library.