Skip to content

Commit a79828b

Browse files
committed
Merge pull request #12 from StanAngeloff/npm/shrinkwrap
Use liberal and semver-correct version string for dependencies.
2 parents a05d9aa + 031eecf commit a79828b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"url": "git://github.com/cavedweller/webRTC.io.git"
99
},
1010
"dependencies": {
11-
"webrtc.io-client": "latest",
12-
"ws": "latest"
11+
"webrtc.io-client": ">= 0.0.0",
12+
"ws": ">= 0.0.0"
1313
},
1414
"keywords": [
1515
"webrtc"

0 commit comments

Comments
 (0)