Explorar el Código

Use browserified dependencies

lmb hace 10 años
padre
commit
fd1f18ed28
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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"
   }
 }