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

Commit

Permalink
Update dependencies and remove non jenkins ci files (#60)
Browse files Browse the repository at this point in the history
* chore: update deps

* chore: remove non jenkins ci
  • Loading branch information
jacobheun committed Oct 2, 2018
1 parent 7ca0a5d commit 50de6af
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 85 deletions.
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.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,27 @@
"data-queue": "0.0.3",
"debug": "^3.1.0",
"interface-connection": "~0.3.2",
"libp2p-crypto": "~0.13.0",
"mafmt": "^6.0.0",
"libp2p-crypto": "~0.14.0",
"mafmt": "^6.0.2",
"merge-recursive": "0.0.3",
"multiaddr": "^5.0.0",
"once": "^1.4.0",
"peer-id": "~0.10.7",
"peer-id": "~0.11.0",
"peer-info": "~0.14.1",
"pull-stream": "^3.6.8",
"pull-stream": "^3.6.9",
"socket.io-client": "^2.1.1",
"socket.io-pull-stream": "~0.1.5",
"uuid": "^3.2.1"
"uuid": "^3.3.2"
},
"directories": {
"test": "test"
},
"devDependencies": {
"aegir": "^14.0.0",
"chai": "^4.1.2",
"aegir": "^15.2.0",
"chai": "^4.2.0",
"dirty-chai": "^2.0.1",
"libp2p-websocket-star-rendezvous": "github:libp2p/js-libp2p-websocket-star-rendezvous",
"lodash": "^4.17.10"
"libp2p-websocket-star-rendezvous": "~0.2.3",
"lodash": "^4.17.11"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 50de6af

Please sign in to comment.