You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2018/12/19 19:36:07 UTC

[cordova-node-xcode] branch master updated: fix: simple-plist@1 update in dependencies (#30)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a83c407  fix: simple-plist@1 update in dependencies (#30)
a83c407 is described below

commit a83c407c89e44176b3a34e357f96f43d7aaa3bad
Author: Laurin Quast <la...@googlemail.com>
AuthorDate: Wed Dec 19 20:36:03 2018 +0100

    fix: simple-plist@1 update in dependencies (#30)
    
    Co-authored-by: Laurin Quast <la...@googlemail.com>
    Co-authored-by: Christopher J. Brody <ch...@gmail.com>
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 10a2fb7..e826cc0 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
     "node": ">=6.0.0"
   },
   "dependencies": {
-    "simple-plist": "^0.2.1",
+    "simple-plist": "^1.0.0",
     "uuid": "^3.3.2"
   },
   "devDependencies": {


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