Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 406e9f6

Browse files
committed
Change tilde to caret operator in package.json
See #45
1 parent 1fe30d4 commit 406e9f6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@
99
},
1010
"dependencies": {
1111
"assert": "^1.1.1",
12-
"browserify-zlib": "~0.1.4",
12+
"browserify-zlib": "^0.1.4",
1313
"buffer": "^4.3.0",
1414
"console-browserify": "^1.1.0",
1515
"constants-browserify": "^1.0.0",
1616
"crypto-browserify": "^3.11.0",
1717
"domain-browser": "^1.1.1",
1818
"events": "^1.0.0",
1919
"https-browserify": "0.0.1",
20-
"os-browserify": "~0.2.0",
20+
"os-browserify": "^0.2.0",
2121
"path-browserify": "0.0.0",
22-
"process": "~0.11.0",
22+
"process": "^0.11.0",
2323
"punycode": "^1.2.4",
24-
"querystring-es3": "~0.2.0",
24+
"querystring-es3": "^0.2.0",
2525
"readable-stream": "^2.0.5",
2626
"stream-browserify": "^2.0.1",
2727
"stream-http": "^2.3.1",
28-
"string_decoder": "~0.10.25",
28+
"string_decoder": "^0.10.25",
2929
"timers-browserify": "^1.0.1",
3030
"tty-browserify": "0.0.0",
31-
"url": "~0.11.0",
32-
"util": "~0.10.3",
31+
"url": "^0.11.0",
32+
"util": "^0.10.3",
3333
"vm-browserify": "0.0.4"
3434
},
3535
"homepage": "http://github.com/webpack/node-libs-browser",

0 commit comments

Comments
 (0)