Skip to content

Commit b3cc41d

Browse files
committed
Merge pull request #145 from uProxy/iislucas-roll-release
Updating package for release to master
2 parents da44054 + 128a645 commit b3cc41d

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "uproxy-networking",
33
"description": "uProxy's networking library: SOCKS5 over WebRTC",
4-
"version": "2.1.1",
4+
"version": "2.1.2",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/uProxy/uproxy-networking"
@@ -21,25 +21,24 @@
2121
"ipaddr.js": "~0.1.3"
2222
},
2323
"devDependencies": {
24+
"babar": "0.0.3",
2425
"cca": "~0.3.1",
26+
"crypto": "0.0.3",
2527
"grunt": "~0.4.4",
28+
"grunt-browserify": "~3.0.1",
2629
"grunt-contrib-clean": "~0.6.0",
2730
"grunt-contrib-copy": "~0.5.0",
2831
"grunt-contrib-jasmine": "~0.7.0",
2932
"grunt-contrib-symlink": "~0.3.0",
30-
"uproxy-lib": "^13.1.0",
31-
"babar": "0.0.3",
33+
"grunt-ts": "^1.11",
34+
"regex2dfa": "~0.1.6",
3235
"request": "^2.44.0",
3336
"socks5-http-client": "^0.1.6",
34-
"yargs": "^1.3.1",
35-
"wup": "^1.0.0",
36-
"grunt-ts": "^1.11",
3737
"typescript": "^1.1.0-1",
38-
"uproxy-lib": "^13",
39-
"grunt-browserify": "~3.0.1",
40-
"crypto": "0.0.3",
38+
"uproxy-lib": "^14.0.0",
4139
"utransformers": "~0.2.1",
42-
"regex2dfa": "~0.1.6"
40+
"wup": "^1.0.0",
41+
"yargs": "^1.3.1"
4342
},
4443
"scripts": {
4544
"test": "grunt test",

0 commit comments

Comments
 (0)