CB-9835 Downgrade properties-parser to prevent failures in Node < 4.x

This commit is contained in:
Vladimir Kotikov
2015-10-21 13:21:10 +03:00
parent 12c282ce5c
commit 1151856d38
4 changed files with 23 additions and 104 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
"cordova-common": "^0.1.0",
"elementtree": "^0.1.6",
"nopt": "^3.0.1",
"properties-parser": "^0.3.0",
"properties-parser": "^0.2.3",
"q": "^1.4.1",
"shelljs": "^0.5.3"
},