We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56db1e5 commit f14eb3eCopy full SHA for f14eb3e
package.json
@@ -1,19 +1,19 @@
1
{
2
"name": "xmlhttprequest"
3
, "description": "XMLHttpRequest for Node"
4
-, "version": "1.4.2"
+, "version": "1.5.0"
5
, "author": {
6
"name": "Dan DeFelippi"
7
- , "url": "http://driverdan.com"
+ , "url": "http://driverdan.com"
8
}
9
, "keywords": ["xhr", "ajax"]
10
, "licenses": [{
11
"type": "MIT"
12
- , "url": "http://creativecommons.org/licenses/MIT/"
+ , "url": "http://creativecommons.org/licenses/MIT/"
13
}]
14
, "repository": {
15
"type": "git"
16
- , "url": "git://github.com/driverdan/node-XMLHttpRequest.git"
+ , "url": "git://github.com/driverdan/node-XMLHttpRequest.git"
17
18
, "bugs": "http://github.com/driverdan/node-XMLHttpRequest/issues"
19
, "engines": {
0 commit comments