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 1212 "url" : " git://github.com/purescript-node/purescript-node-url.git"
1313 },
1414 "devDependencies" : {
15- "purescript-console" : " ^0.1 .0"
15+ "purescript-console" : " ^1.0 .0"
1616 },
1717 "dependencies" : {
18- "purescript-nullable" : " ~0.2.1 "
18+ "purescript-nullable" : " ^1.0.0 "
1919 }
2020}
Original file line number Diff line number Diff line change 11"use strict" ;
22
3- // module Node.URL
4-
53var url = require ( 'url' ) ;
64var queryString = require ( 'querystring' ) ;
75
@@ -12,9 +10,9 @@ exports.format = url.format;
1210exports . resolve = function ( from ) {
1311 return function ( to ) {
1412 return url . resolve ( from , to ) ;
15- }
13+ }
1614} ;
1715
1816exports . parseQueryString = queryString . parse ;
1917
20- exports . toQueryString = queryString . stringify ;
18+ exports . toQueryString = queryString . stringify ;
You can’t perform that action at this time.
0 commit comments