cordova-common@^3.2.0 update in dependencies

to ensure that the recent cordova-common update,
with the recent fs-extra@8 update will be installed
even when upgrading from cordova-windows@7.0.0 via npm
diff --git a/package.json b/package.json
index 3660c6f..157f39b 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
     "eslint": "eslint bin && eslint template && eslint spec"
   },
   "dependencies": {
-    "cordova-common": "^3.1.0",
+    "cordova-common": "^3.2.0",
     "elementtree": "^0.1.7",
     "node-uuid": "^1.4.8",
     "nopt": "^4.0.1",