@tabcat/ipfs-bundle-t
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@tabcat/ipfs-bundle-t", | ||
"version": "0.0.1", | ||
"description": "custum browser bundle for ipfs node", | ||
"version": "0.0.2", | ||
"description": "custom browser bundle for ipfs node", | ||
"main": "index.js", | ||
@@ -16,3 +16,3 @@ "scripts": { | ||
"type": "git", | ||
"url": "https://github.com/tabcat/ipfsBundle.git" | ||
"url": "https://github.com/tabcat/ipfs-bundle-t.git" | ||
}, | ||
@@ -19,0 +19,0 @@ "author": "andersb@tuta.io", |
@@ -7,8 +7,8 @@ # ipfsBundle | ||
``` | ||
npm install -s @tabcat/ipfsBundle | ||
npm install -s @tabcat/ipfs-bundle-t | ||
``` | ||
create the ipfs node: | ||
``` | ||
const ipfsBundle = require('@tabcat/ipfsBundle') | ||
const ipfs = IpfsBundle | ||
const IpfsBundle = require('@tabcat/ipfs-bundle-t') | ||
const ipfs = IpfsBundle() | ||
ipfs.on('ready', function(){ | ||
@@ -15,0 +15,0 @@ //ipfs node ready to use |
1847