Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
fix: reduce bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored and Pedro Teixeira committed Jan 9, 2019
1 parent aea87ba commit 808ade1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 107 deletions.
28 changes: 0 additions & 28 deletions .npmignore

This file was deleted.

32 changes: 0 additions & 32 deletions .travis.yml

This file was deleted.

29 changes: 0 additions & 29 deletions appveyor.yml

This file was deleted.

15 changes: 0 additions & 15 deletions circle.yml

This file was deleted.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
"lint",
"test"
],
"files": [
"src",
"dist"
],
"keywords": [
"IPFS",
"libp2p"
Expand All @@ -35,11 +39,11 @@
"homepage": "https://github.com/libp2p/js-peer-book#readme",
"dependencies": {
"bs58": "^4.0.1",
"peer-id": "~0.12.0",
"peer-info": "~0.15.0"
"peer-id": "libp2p/js-peer-id#feat/bundle-size",
"peer-info": "libp2p/js-peer-info#feat/bundle-size"
},
"devDependencies": {
"aegir": "^17.1.1",
"aegir": "github:ipfs/aegir#feat/make-exp-build-test-default",
"async": "^2.6.1",
"chai": "^4.2.0",
"dirty-chai": "^2.0.1",
Expand Down

0 comments on commit 808ade1

Please sign in to comment.