From 9538a9ce85541032fc2ce043046904e90b0a7c04 Mon Sep 17 00:00:00 2001 From: Victor Costan Date: Mon, 27 May 2019 05:30:42 -0700 Subject: [PATCH] Release 0.2.0. --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d890523..b723776 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xhr2", - "version": "0.1.4", + "version": "0.2.0", "description": "XMLHttpRequest emulation for node.js", "keywords": [ "xhr", @@ -11,6 +11,7 @@ "homepage": "https://github.com/pwnall/node-xhr2", "author": "Victor Costan (http://www.costan.us)", "contributors": [ + "Alexander Black ", "Daniel Friedman ", "Francois-Xavier Kowalski " ], @@ -23,7 +24,7 @@ "url": "https://github.com/pwnall/node-xhr2/issues" }, "engines": { - "node": ">= 0.6" + "node": ">= 6" }, "dependencies": {}, "devDependencies": {