mirror of
https://github.com/fluencelabs/dweb-transports
synced 2025-04-24 22:32:16 +00:00
Merge branch 'master' of https://github.com/rodneywitcher/dweb-transports
This commit is contained in:
commit
a34217cc34
@ -25,7 +25,7 @@ to your package.json file in the dependencies section.
|
||||
### Installation and usage in the Browser
|
||||
* Install npm & node
|
||||
* Clone this repo and cd to it.
|
||||
* `npm bundle` will create dist/dweb_transports_bundle.js
|
||||
* `npm run build` will create dist/dweb_transports_bundle.js
|
||||
* Add `<SCRIPT type="text/javascript" src="dweb_transports_bundle.js"></SCRIPT>` to your `<HEAD>`
|
||||
|
||||
Then code like this should work.
|
||||
|
@ -11,6 +11,7 @@
|
||||
"url": "https://github.com/internetarchive/dweb-transports/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"wolkjs": "git://github.com/wolkdb/wolkjs.git#dev",
|
||||
"canonical-json": "latest",
|
||||
"cids": "^0.5.7",
|
||||
"gun": "^0.9.9999991",
|
||||
|
Loading…
x
Reference in New Issue
Block a user