Skip to content

Commit 9538a9c

Browse files
committed
Release 0.2.0.
1 parent 813a62e commit 9538a9c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xhr2",
3-
"version": "0.1.4",
3+
"version": "0.2.0",
44
"description": "XMLHttpRequest emulation for node.js",
55
"keywords": [
66
"xhr",
@@ -11,6 +11,7 @@
1111
"homepage": "https://github.com/pwnall/node-xhr2",
1212
"author": "Victor Costan <[email protected]> (http://www.costan.us)",
1313
"contributors": [
14+
"Alexander Black <[email protected]>",
1415
"Daniel Friedman <[email protected]>",
1516
"Francois-Xavier Kowalski <[email protected]>"
1617
],
@@ -23,7 +24,7 @@
2324
"url": "https://github.com/pwnall/node-xhr2/issues"
2425
},
2526
"engines": {
26-
"node": ">= 0.6"
27+
"node": ">= 6"
2728
},
2829
"dependencies": {},
2930
"devDependencies": {

0 commit comments

Comments
 (0)