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)
This commit is contained in:
Christopher J. Brody 2018-07-04 05:49:41 -04:00
parent 566bca805e
commit 975e3a12f3

View File

@ -29,13 +29,13 @@
"author": "Apache Software Foundation", "author": "Apache Software Foundation",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"android-versions": "^1.3.0", "android-versions": "1.3.0",
"cordova-common": "2.2.5", "cordova-common": "2.2.5",
"elementtree": "0.1.6", "elementtree": "0.1.6",
"nopt": "^3.0.1", "nopt": "3.0.1",
"properties-parser": "^0.2.3", "properties-parser": "0.2.3",
"q": "^1.4.1", "q": "1.4.1",
"shelljs": "^0.5.3" "shelljs": "0.5.3"
}, },
"bundledDependencies": [ "bundledDependencies": [
"android-versions", "android-versions",