From 020981bfba8ea5f9c8fa62cec5b5f2b2eb5676fd Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 2 Aug 2018 09:21:45 -0700 Subject: [PATCH 1/2] chore: update deps --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e7d99f5..bbc48ef 100644 --- a/package.json +++ b/package.json @@ -14,13 +14,13 @@ "author": "", "license": "MIT", "dependencies": { - "browserify": "^14.5.0", - "d3": "^4.12.0", - "serve": "^6.4.1", - "watchify": "^3.9.0", + "browserify": "^16.2.2", + "d3": "^5.5.0", + "serve": "^9.4.0", + "watchify": "^3.11.0", "y-array": "^10.1.4", "y-indexeddb": "^8.1.9", - "y-ipfs-connector": "^2.1.2", + "y-ipfs-connector": "^2.3.0", "y-memory": "^8.0.9", "yjs": "^12.3.3" } From f1d5df155cf1d6e2c24a299718a301b5e76425fe Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 2 Aug 2018 09:22:27 -0700 Subject: [PATCH 2/2] chore: update package.json n --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index bbc48ef..ec82d95 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "p2p-flipchart", "version": "0.1.0", - "description": "Build-it-yourself P2P Flipchart", + "description": "BIY (Build it yourself) a P2P Flipchart", "main": "index.js", "scripts": { "build": "browserify src/index.js -d -o public/index.bundle.js", @@ -10,8 +10,6 @@ "start:server": "serve public", "update:ipfs": "wget https://unpkg.com/ipfs/dist/index.js -O public/ipfs.bundle.js" }, - "keywords": [], - "author": "", "license": "MIT", "dependencies": { "browserify": "^16.2.2",