Skip to content

Commit 666fa5b

Browse files
committed
0.2.1
1 parent 0cd9a6c commit 666fa5b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "request-light",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Lightweight request library. Promise based, with proxy support.",
55
"main": "./lib/main.js",
66
"typings": "./lib/main",
@@ -13,19 +13,19 @@
1313
"bugs": {
1414
"url": "https://github.com/Microsoft/node-request-light/issues"
1515
},
16-
"devDependencies": {
17-
"typescript": "^2.1.5",
16+
"devDependencies": {
17+
"typescript": "^2.1.5",
1818
"@types/node": "^6.0.51",
1919
"@types/mocha": "^2.2.33"
20-
},
21-
"dependencies": {
22-
"http-proxy-agent": "^0.2.6",
23-
"https-proxy-agent": "^0.3.5",
24-
"vscode-nls": "^2.0.2"
25-
},
26-
"scripts": {
27-
"prepublish": "tsc -p ./src",
28-
"compile": "tsc -p ./src",
29-
"watch": "tsc -w -p ./src"
30-
}
20+
},
21+
"dependencies": {
22+
"http-proxy-agent": "^0.2.6",
23+
"https-proxy-agent": "^0.3.5",
24+
"vscode-nls": "^2.0.2"
25+
},
26+
"scripts": {
27+
"prepublish": "tsc -p ./src",
28+
"compile": "tsc -p ./src",
29+
"watch": "tsc -w -p ./src"
30+
}
3131
}

0 commit comments

Comments
 (0)