You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/01/11 05:55:13 UTC

[cordova-osx] branch master updated: explicit plist@3 dependency (#66)

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

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-osx.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e51d2b  explicit plist@3 dependency (#66)
4e51d2b is described below

commit 4e51d2b39e6c8d1f4968df8f0bfd712fd6cf9060
Author: Chris Brody <ch...@gmail.com>
AuthorDate: Fri Jan 11 00:55:09 2019 -0500

    explicit plist@3 dependency (#66)
    
    needed since `require('plist')` is used in the following places:
    
    * bin/templates/scripts/cordova/lib/projectFile.js
    * bin/templates/scripts/cordova/lib/prepare.js
---
 package.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package.json b/package.json
index 7a2419a..515e722 100644
--- a/package.json
+++ b/package.json
@@ -27,6 +27,7 @@
   "dependencies": {
     "cordova-common": "^3.0.0",
     "nopt": "^3.0.6",
+    "plist": "^3.0.1",
     "q": "^1.4.1",
     "shelljs": "^0.5.3",
     "underscore": "^1.8.3",


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