You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/09/19 00:50:02 UTC

[27/27] git commit: Merge branch 'CB-7493' of https://github.com/MSOpenTech/cordova-wp8

Merge branch 'CB-7493' of https://github.com/MSOpenTech/cordova-wp8


Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/a745b129
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/a745b129
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/a745b129

Branch: refs/heads/master
Commit: a745b1293ee079805304ad9b81a611fdd1a5b9f3
Parents: b1ee47c 08e9998
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu Sep 18 15:48:59 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu Sep 18 15:48:59 2014 -0700

----------------------------------------------------------------------
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/a745b129/package.json
----------------------------------------------------------------------
diff --cc package.json
index 038ad6c,0000000..09653e8
mode 100644,000000..100644
--- a/package.json
+++ b/package.json
@@@ -1,36 -1,0 +1,36 @@@
 +{
 +  "name": "cordova-wp8",
 +  "version": "3.7.0-dev",
 +  "description": "cordova-wp8 v3.7.0-dev",
 +  "main": "bin/create",
 +  "repository": {
 +    "type": "git",
 +    "url": "https://git-wip-us.apache.org/repos/asf/cordova-wp8.git"
 +  },
 +  "keywords": [
 +    "wp8",
 +    "windowsphone",
 +    "cordova",
 +    "apache"
 +  ],
 +  "dependencies": {
 +    "nopt": "~3",
 +    "shelljs": "~0.3",
 +    "node-uuid": "~1.4",
 +    "q": "~1"
 +  },
 +  "bundledDependencies": [
 +    "nopt",
 +    "shelljs",
 +    "node-uuid",
 +    "q"
 +  ],
 +  "devDependencies": {
 +    "jasmine-node": "~1"
 +  },
 +  "scripts": {
-     "test": "bin\\create .\\testcreate & .\\testcreate\\cordova\\build & rm -rf .\\testcreate"
++    "test": "RMDIR /s /q \"testcreate 応用\" & bin\\create \"testcreate 応用\" com.test.app 応用 & \".\\testcreate 応用\\cordova\\build\" && RMDIR /s /q \"testcreate 応用\""
 +  },
 +  "author": "Apache Software Foundation",
 +  "license": "Apache Version 2.0"
 +}