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

Commit

Permalink
chore: ^ to ~
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Feb 9, 2017
1 parent 4fdf819 commit c2b4568
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"node": ">=4.0.0"
},
"devDependencies": {
"aegir": "^9.4.0",
"aegir": "^10.0.0",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"interface-stream-muxer": "^0.5.4",
"libp2p-tcp": "^0.9.1",
"libp2p-websockets": "^0.9.1",
"multiaddr": "^2.1.1",
"interface-stream-muxer": "~0.5.6",
"libp2p-tcp": "~0.9.3",
"libp2p-websockets": "~0.9.2",
"multiaddr": "^2.2.1",
"pre-commit": "^1.2.2",
"pull-file": "^1.0.0",
"pull-pair": "^1.1.0",
Expand All @@ -55,8 +55,8 @@
"tape": "^4.6.3"
},
"dependencies": {
"browserify-zlib-next": "^1.0.0",
"interface-connection": "^0.3.0",
"browserify-zlib-next": "^1.0.1",
"interface-connection": "~0.3.1",
"lodash.noop": "^3.0.1",
"pull-stream-to-stream": "^1.3.3",
"spdy-transport": "^2.0.18",
Expand All @@ -73,4 +73,4 @@
"npmcdn-to-unpkg-bot <npmcdn-to-unpkg-bot@users.noreply.github.com>",
"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <victorbjelkholm@gmail.com>"
]
}
}

0 comments on commit c2b4568

Please sign in to comment.