Compile, update npm & deploy

This commit is contained in:
Mitra Ardron 2018-06-10 18:16:35 -07:00
parent 51bf984408
commit 8185605783
3 changed files with 7 additions and 7 deletions

File diff suppressed because one or more lines are too long

6
package-lock.json generated
View File

@ -4361,9 +4361,9 @@
}
},
"ipfs-unixfs": {
"version": "0.1.14",
"resolved": "https://registry.npmjs.org/ipfs-unixfs/-/ipfs-unixfs-0.1.14.tgz",
"integrity": "sha512-s1tEnwKhdd17MmyC/EUMNVMDYzKhCiHDI11TF8tSBeWkEQp+0WUxkYuqvz0R5TSi2lNDJ/oVnEmwWhki2spUiQ==",
"version": "0.1.15",
"resolved": "https://registry.npmjs.org/ipfs-unixfs/-/ipfs-unixfs-0.1.15.tgz",
"integrity": "sha512-fjtwBDsIlNags4btHIdAJtE02K4KqEMOhV9GEFVv1M2JO2STS23v2LAtX5qb1EOU5VrjtKlm/JIBH3XDRdAyGQ==",
"requires": {
"protons": "^1.0.0"
}

View File

@ -13,7 +13,7 @@
"dependencies": {
"cids": "latest",
"ipfs": "latest",
"ipfs-unixfs": "latest",
"ipfs-unixfs": "^0.1.15",
"node-fetch": "latest",
"readable-stream": "latest",
"webtorrent": "^0.99.3",