File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " request-light" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"description" : " Lightweight request library. Promise based, with proxy support." ,
5
5
"main" : " ./lib/main.js" ,
6
6
"typings" : " ./lib/main" ,
13
13
"bugs" : {
14
14
"url" : " https://github.com/Microsoft/node-request-light/issues"
15
15
},
16
- "devDependencies" : {
17
- "typescript" : " ^2.1.5" ,
16
+ "devDependencies" : {
17
+ "typescript" : " ^2.1.5" ,
18
18
"@types/node" : " ^6.0.51" ,
19
19
"@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
+ }
31
31
}
You can’t perform that action at this time.
0 commit comments