Skip to content

Commit f14eb3e

Browse files
committed
Release 1.5.0
1 parent 56db1e5 commit f14eb3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "xmlhttprequest"
33
, "description": "XMLHttpRequest for Node"
4-
, "version": "1.4.2"
4+
, "version": "1.5.0"
55
, "author": {
66
"name": "Dan DeFelippi"
7-
, "url": "http://driverdan.com"
7+
, "url": "http://driverdan.com"
88
}
99
, "keywords": ["xhr", "ajax"]
1010
, "licenses": [{
1111
"type": "MIT"
12-
, "url": "http://creativecommons.org/licenses/MIT/"
12+
, "url": "http://creativecommons.org/licenses/MIT/"
1313
}]
1414
, "repository": {
1515
"type": "git"
16-
, "url": "git://github.com/driverdan/node-XMLHttpRequest.git"
16+
, "url": "git://github.com/driverdan/node-XMLHttpRequest.git"
1717
}
1818
, "bugs": "http://github.com/driverdan/node-XMLHttpRequest/issues"
1919
, "engines": {

0 commit comments

Comments
 (0)