You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/10/06 22:30:01 UTC

[1/5] cordova-plugman git commit: CB-12747 Incremented package version to -dev

Repository: cordova-plugman
Updated Branches:
  refs/heads/1.5.x bbc6b9b3a -> 128d95269
  refs/heads/master 20c2f03ba -> ab419506e


CB-12747 Incremented package version to -dev


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

Branch: refs/heads/1.5.x
Commit: ae26220abd0a9b9de3c70664e0f60c0bc72f12d1
Parents: bbc6b9b
Author: Steve Gill <st...@gmail.com>
Authored: Tue May 2 02:05:08 2017 +0200
Committer: Steve Gill <st...@gmail.com>
Committed: Tue May 2 02:05:08 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/ae26220a/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 372fea2..631fd48 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
     "author": "Andrew Lunny <al...@gmail.com>",
     "name": "plugman",
     "description": "install/uninstall Cordova plugins",
-    "version": "1.5.0",
+    "version": "1.5.1-dev",
     "repository": {
         "type": "git",
         "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[3/5] cordova-plugman git commit: CB-13380 Updated version and RELEASENOTES.md for release 1.5.1

Posted by st...@apache.org.
CB-13380 Updated version and RELEASENOTES.md for release 1.5.1


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

Branch: refs/heads/master
Commit: 128d95269fa5b73e5608a140f67073ecd66cef28
Parents: 20c2f03
Author: Steve Gill <st...@gmail.com>
Authored: Thu Oct 5 12:18:29 2017 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Oct 5 12:18:29 2017 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 4 ++++
 package.json    | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/128d9526/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index e9de3d9..ba66de7 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,10 @@
 
 # Cordova-plugman Release Notes
 
+### 1.5.1 (Oct 04, 2017)
+* [CB-13380](https://issues.apache.org/jira/browse/CB-13380) Updated `cordova-lib` dependecy to `7.1.0`
+* [CB-12895](https://issues.apache.org/jira/browse/CB-12895) setup `eslint` and remove `jshint`
+
 ### 1.5.0 (May 02, 2017)
 * [CB-12747](https://issues.apache.org/jira/browse/CB-12747) Updated `cordova-lib` dependency to `7.0.0`
 

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/128d9526/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 35a069f..de03f85 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Andrew Lunny <al...@gmail.com>",
   "name": "plugman",
   "description": "install/uninstall Cordova plugins",
-  "version": "1.5.1-dev",
+  "version": "1.5.1",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"
@@ -17,7 +17,7 @@
   },
   "engineStrict": true,
   "dependencies": {
-    "cordova-lib": "7.0.0",
+    "cordova-lib": "7.1.0",
     "nopt": "1.0.9",
     "q": "1.0.1"
   },


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/5] cordova-plugman git commit: CB-12895 : setup eslint and remove jshint

Posted by st...@apache.org.
CB-12895 : setup eslint and remove jshint


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

Branch: refs/heads/1.5.x
Commit: 20c2f03ba55663dd3aebecb8558b8f2c36e1651f
Parents: ae26220
Author: Audrey So <au...@apache.org>
Authored: Fri Jun 9 14:01:44 2017 -0700
Committer: Audrey So <au...@apache.org>
Committed: Fri Jul 14 13:31:53 2017 -0700

----------------------------------------------------------------------
 .eslintrc.yml |  10 ++++
 package.json  | 132 ++++++++++++++++++++++++++++-------------------------
 src/help.js   |   7 +--
 3 files changed, 83 insertions(+), 66 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/20c2f03b/.eslintrc.yml
----------------------------------------------------------------------
diff --git a/.eslintrc.yml b/.eslintrc.yml
new file mode 100644
index 0000000..f6aae32
--- /dev/null
+++ b/.eslintrc.yml
@@ -0,0 +1,10 @@
+root: true
+extends: semistandard
+rules:
+  indent:
+    - error
+    - 4
+  camelcase: off
+  padded-blocks: off
+  operator-linebreak: off
+  no-throw-literal: off

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/20c2f03b/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 631fd48..35a069f 100644
--- a/package.json
+++ b/package.json
@@ -1,72 +1,78 @@
 {
-    "author": "Andrew Lunny <al...@gmail.com>",
-    "name": "plugman",
-    "description": "install/uninstall Cordova plugins",
-    "version": "1.5.1-dev",
-    "repository": {
-        "type": "git",
-        "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"
+  "author": "Andrew Lunny <al...@gmail.com>",
+  "name": "plugman",
+  "description": "install/uninstall Cordova plugins",
+  "version": "1.5.1-dev",
+  "repository": {
+    "type": "git",
+    "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"
+  },
+  "bugs": {
+    "url": "https://issues.apache.org/jira/browse/CB",
+    "email": "dev@cordova.apache.org"
+  },
+  "main": "plugman.js",
+  "engines": {
+    "node": ">=0.9.9"
+  },
+  "engineStrict": true,
+  "dependencies": {
+    "cordova-lib": "7.0.0",
+    "nopt": "1.0.9",
+    "q": "1.0.1"
+  },
+  "devDependencies": {
+    "eslint": "^4.2.0",
+    "eslint-config-semistandard": "^11.0.0",
+    "eslint-config-standard": "^10.2.1",
+    "eslint-plugin-import": "^2.3.0",
+    "eslint-plugin-node": "^5.0.0",
+    "eslint-plugin-promise": "^3.5.0",
+    "eslint-plugin-standard": "^3.0.1",
+    "jasmine-node": "1.14.5"
+  },
+  "bin": {
+    "plugman": "./main.js"
+  },
+  "scripts": {
+    "test": "npm run jasmine && npm run eslint",
+    "eslint": "node node_modules/eslint/bin/eslint src",
+    "jasmine": "jasmine-node --captureExceptions --color spec"
+  },
+  "license": "Apache-2.0",
+  "contributors": [
+    {
+      "name": "Anis Kadri"
     },
-    "bugs": {
-        "url": "https://issues.apache.org/jira/browse/CB",
-        "email": "dev@cordova.apache.org"
+    {
+      "name": "Tim Kim"
     },
-    "main": "plugman.js",
-    "engines": {
-        "node": ">=0.9.9"
+    {
+      "name": "Braden Shepherdson"
     },
-    "engineStrict": true,
-    "dependencies": {
-        "cordova-lib": "7.0.0",
-        "nopt": "1.0.9",
-        "q": "1.0.1"
+    {
+      "name": "Ryan Willoughby"
     },
-    "devDependencies": {
-        "jshint": "2.5.8",
-        "jasmine-node": "1.14.5"
+    {
+      "name": "Brett Rudd"
     },
-    "bin": {
-        "plugman": "./main.js"
+    {
+      "name": "Mike Reinstein"
     },
-    "scripts": {
-        "test": "npm run jasmine && npm run jshint",
-        "jshint": "node node_modules/jshint/bin/jshint src",
-        "jasmine": "jasmine-node --captureExceptions --color spec"
+    {
+      "name": "Shazron Abdullah"
     },
-    "license": "Apache-2.0",
-    "contributors": [
-        {
-            "name": "Anis Kadri"
-        },
-        {
-            "name": "Tim Kim"
-        },
-        {
-            "name": "Braden Shepherdson"
-        },
-        {
-            "name": "Ryan Willoughby"
-        },
-        {
-            "name": "Brett Rudd"
-        },
-        {
-            "name": "Mike Reinstein"
-        },
-        {
-            "name": "Shazron Abdullah"
-        },
-        {
-            "name": "Steve Gill"
-        },
-        {
-            "name": "Fil Maj"
-        },
-        {
-            "name": "Michael Brooks"
-        },
-        {
-            "name": "Jesse MacFadyen"
-        }
-    ]
+    {
+      "name": "Steve Gill"
+    },
+    {
+      "name": "Fil Maj"
+    },
+    {
+      "name": "Michael Brooks"
+    },
+    {
+      "name": "Jesse MacFadyen"
+    }
+  ]
 }

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/20c2f03b/src/help.js
----------------------------------------------------------------------
diff --git a/src/help.js b/src/help.js
index 1d24d85..f2233b5 100644
--- a/src/help.js
+++ b/src/help.js
@@ -16,10 +16,11 @@
     specific language governing permissions and limitations
     under the License.
 */
-var fs = require('fs'),
-    path = require('path');
+
+var fs = require('fs');
+var path = require('path');
 var doc_txt = path.join(__dirname, '..', 'doc', 'help.txt');
 
-module.exports = function help() {
+module.exports = function help () {
     return fs.readFileSync(doc_txt, 'utf-8');
 };


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[5/5] cordova-plugman git commit: CB-13380 Incremented package version to -dev

Posted by st...@apache.org.
CB-13380 Incremented package version to -dev


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

Branch: refs/heads/master
Commit: ab419506e4dbf0c3de1d7c75c124645863a19219
Parents: 128d952
Author: Steve Gill <st...@gmail.com>
Authored: Fri Oct 6 15:28:28 2017 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Oct 6 15:28:28 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/ab419506/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index de03f85..228b7ee 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Andrew Lunny <al...@gmail.com>",
   "name": "plugman",
   "description": "install/uninstall Cordova plugins",
-  "version": "1.5.1",
+  "version": "1.5.2-dev",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[4/5] cordova-plugman git commit: CB-13380 Updated version and RELEASENOTES.md for release 1.5.1

Posted by st...@apache.org.
CB-13380 Updated version and RELEASENOTES.md for release 1.5.1


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

Branch: refs/heads/1.5.x
Commit: 128d95269fa5b73e5608a140f67073ecd66cef28
Parents: 20c2f03
Author: Steve Gill <st...@gmail.com>
Authored: Thu Oct 5 12:18:29 2017 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Oct 5 12:18:29 2017 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 4 ++++
 package.json    | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/128d9526/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index e9de3d9..ba66de7 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,10 @@
 
 # Cordova-plugman Release Notes
 
+### 1.5.1 (Oct 04, 2017)
+* [CB-13380](https://issues.apache.org/jira/browse/CB-13380) Updated `cordova-lib` dependecy to `7.1.0`
+* [CB-12895](https://issues.apache.org/jira/browse/CB-12895) setup `eslint` and remove `jshint`
+
 ### 1.5.0 (May 02, 2017)
 * [CB-12747](https://issues.apache.org/jira/browse/CB-12747) Updated `cordova-lib` dependency to `7.0.0`
 

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/128d9526/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 35a069f..de03f85 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Andrew Lunny <al...@gmail.com>",
   "name": "plugman",
   "description": "install/uninstall Cordova plugins",
-  "version": "1.5.1-dev",
+  "version": "1.5.1",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"
@@ -17,7 +17,7 @@
   },
   "engineStrict": true,
   "dependencies": {
-    "cordova-lib": "7.0.0",
+    "cordova-lib": "7.1.0",
     "nopt": "1.0.9",
     "q": "1.0.1"
   },


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org