From ed6fce9be30e0ebac5ef127498e7d4a8fd1a42b7 Mon Sep 17 00:00:00 2001 From: Pavel Kostenko Date: Sun, 10 Mar 2013 19:04:10 +0600 Subject: [PATCH 1/3] Added win32 as a supported platform --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c1e8210..b1d4360 100644 --- a/package.json +++ b/package.json @@ -1,21 +1,22 @@ { - "name": "apac", + "name": "cyber-apac", "description": "Amazon Product Advertising API Client for Node", "version": "0.0.11", "author": "Dustin McQuay ", "repository": { "type": "git", - "url": "git://github.com/dmcquay/node-apac.git" + "url": "https://github.com/poul-kg/node-apac.git" }, "bugs": { - "url": "http://github.com/dmcquay/node-apac/issues" + "url": "https://github.com/poul-kg/node-apac/issues" }, "os": [ "linux", "darwin", "freebsd", "windows", - "solaris" + "solaris", + "win32" ], "directories": { "lib": "./lib/" From ea0ec473dabd7ca8a2077909972851221b1df3ab Mon Sep 17 00:00:00 2001 From: Pavel Kostenko Date: Sun, 10 Mar 2013 21:06:10 +0600 Subject: [PATCH 2/3] Revert "Added win32 as a supported platform" This reverts commit ed6fce9be30e0ebac5ef127498e7d4a8fd1a42b7. --- package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b1d4360..c1e8210 100644 --- a/package.json +++ b/package.json @@ -1,22 +1,21 @@ { - "name": "cyber-apac", + "name": "apac", "description": "Amazon Product Advertising API Client for Node", "version": "0.0.11", "author": "Dustin McQuay ", "repository": { "type": "git", - "url": "https://github.com/poul-kg/node-apac.git" + "url": "git://github.com/dmcquay/node-apac.git" }, "bugs": { - "url": "https://github.com/poul-kg/node-apac/issues" + "url": "http://github.com/dmcquay/node-apac/issues" }, "os": [ "linux", "darwin", "freebsd", "windows", - "solaris", - "win32" + "solaris" ], "directories": { "lib": "./lib/" From 0a7bf2933fad34043fbbd2579279b68c508612a4 Mon Sep 17 00:00:00 2001 From: Pavel Kostenko Date: Sun, 10 Mar 2013 21:06:38 +0600 Subject: [PATCH 3/3] Added support win32 platform --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c1e8210..47fbe7d 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,8 @@ "darwin", "freebsd", "windows", - "solaris" + "solaris", + "win32" ], "directories": { "lib": "./lib/"