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

Commit 808ade1

Browse files
hugomrdiasPedro Teixeira
authored and
Pedro Teixeira
committedJan 9, 2019
fix: reduce bundle size
1 parent aea87ba commit 808ade1

File tree

5 files changed

+7
-107
lines changed

5 files changed

+7
-107
lines changed
 

‎.npmignore

-28
This file was deleted.

‎.travis.yml

-32
This file was deleted.

‎appveyor.yml

-29
This file was deleted.

‎circle.yml

-15
This file was deleted.

‎package.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
"lint",
2525
"test"
2626
],
27+
"files": [
28+
"src",
29+
"dist"
30+
],
2731
"keywords": [
2832
"IPFS",
2933
"libp2p"
@@ -35,11 +39,11 @@
3539
"homepage": "https://github.com/libp2p/js-peer-book#readme",
3640
"dependencies": {
3741
"bs58": "^4.0.1",
38-
"peer-id": "~0.12.0",
39-
"peer-info": "~0.15.0"
42+
"peer-id": "libp2p/js-peer-id#feat/bundle-size",
43+
"peer-info": "libp2p/js-peer-info#feat/bundle-size"
4044
},
4145
"devDependencies": {
42-
"aegir": "^17.1.1",
46+
"aegir": "github:ipfs/aegir#feat/make-exp-build-test-default",
4347
"async": "^2.6.1",
4448
"chai": "^4.2.0",
4549
"dirty-chai": "^2.0.1",

0 commit comments

Comments
 (0)
This repository has been archived.