mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 17:32:51 +08:00
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:
parent
566bca805e
commit
975e3a12f3
10
package.json
10
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",
|
||||
|
Loading…
Reference in New Issue
Block a user