File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 12
12
"url" : " git://github.com/purescript-node/purescript-node-url.git"
13
13
},
14
14
"devDependencies" : {
15
- "purescript-console" : " ^0.1 .0"
15
+ "purescript-console" : " ^1.0 .0"
16
16
},
17
17
"dependencies" : {
18
- "purescript-nullable" : " ~0.2.1 "
18
+ "purescript-nullable" : " ^1.0.0 "
19
19
}
20
20
}
Original file line number Diff line number Diff line change 1
1
"use strict" ;
2
2
3
- // module Node.URL
4
-
5
3
var url = require ( 'url' ) ;
6
4
var queryString = require ( 'querystring' ) ;
7
5
@@ -12,9 +10,9 @@ exports.format = url.format;
12
10
exports . resolve = function ( from ) {
13
11
return function ( to ) {
14
12
return url . resolve ( from , to ) ;
15
- }
13
+ }
16
14
} ;
17
15
18
16
exports . parseQueryString = queryString . parse ;
19
17
20
- exports . toQueryString = queryString . stringify ;
18
+ exports . toQueryString = queryString . stringify ;
You can’t perform that action at this time.
0 commit comments