This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/cordova-android.git

commit 975e3a12f3809704f0d638e341670d3eee7c4c9a
Author: Christopher J. Brody <chris.br...@gmail.com>
AuthorDate: Wed Jul 4 05:49:41 2018 -0400

    package.json pin other dependencies in 7.1.x only
    
    - android-versions@1.3.0
    - nopt@3.0.1
    - properties-parser@0.2.3
    - q@1.4.1
    - shelljs@0.5.3
    
    (elementtree@0.1.6 was already pinned)
---
 package.json | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index cc42559..0910c73 100644
--- a/package.json
+++ b/package.json
@@ -29,13 +29,13 @@
   "author": "Apache Software Foundation",
   "license": "Apache-2.0",
   "dependencies": {
-    "android-versions": "^1.3.0",
+    "android-versions": "1.3.0",
     "cordova-common": "2.2.5",
     "elementtree": "0.1.6",
-    "nopt": "^3.0.1",
-    "properties-parser": "^0.2.3",
-    "q": "^1.4.1",
-    "shelljs": "^0.5.3"
+    "nopt": "3.0.1",
+    "properties-parser": "0.2.3",
+    "q": "1.4.1",
+    "shelljs": "0.5.3"
   },
   "bundledDependencies": [
     "android-versions",


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

Reply via email to