Browse Source

Use browserified dependencies

lmb 10 năm trước cách đây
mục cha
commit
fd1f18ed28
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -23,7 +23,7 @@
   },
   "dependencies": {
     "eventemitter3": "^0.1.5",
-    "js-binarypack": "0.0.7",
-    "reliable": "^0.1.0"
+    "js-binarypack": "git+https://github.com/lmb/js-binarypack.git",
+    "reliable": "git+https://github.com/lmb/reliable.git"
   }
 }