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/11/05 08:52:57 UTC

[cordova-create] branch master updated (fd543ac -> e2223d1)

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

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


    from fd543ac  chore: improve npm ignore list (#50)
     new 27ea36e  Use either opts.events or a no-op for logging (§4)
     new ea39151  Drop support for linking (§8)
     new a3bcb5f  Reduce number of supported template layouts (§7)
     new fedf61a  Do not copy "missing" files from default template (§5)
     new 79dcd30  New logic for setting attributes in package.json & config.xml (§3)
     new 995897c  Simplify interface of main export (§1)
     new e812442  Write package.json with indentation of 2
     new e2223d1  Merge pull request #40 from raphinesse/breaking-changes

The 138 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                      |  38 +--
 index.js                                       | 269 +++----------------
 spec/create.spec.js                            | 350 ++++---------------------
 spec/helpers.js                                |   4 -
 spec/templates/config_in_www/www/config.xml    |  43 ---
 spec/templates/config_in_www/www/index.html    |  49 ----
 spec/templates/noconfig/hooks/hooks.file       |   0
 spec/templates/noconfig/merges/merges.file     |   0
 spec/templates/noconfig/www/index.html         |  49 ----
 spec/templates/nopackage_json/config.xml       |  43 ---
 spec/templates/nopackage_json/www/index.html   |  49 ----
 spec/templates/withpackage_json/config.xml     |  45 ----
 spec/templates/withpackage_json/pacakge.json   |  14 -
 spec/templates/withpackage_json/www/index.html |  49 ----
 14 files changed, 106 insertions(+), 896 deletions(-)
 delete mode 100644 spec/templates/config_in_www/www/config.xml
 delete mode 100644 spec/templates/config_in_www/www/index.html
 delete mode 100644 spec/templates/noconfig/hooks/hooks.file
 delete mode 100644 spec/templates/noconfig/merges/merges.file
 delete mode 100644 spec/templates/noconfig/www/index.html
 delete mode 100644 spec/templates/nopackage_json/config.xml
 delete mode 100644 spec/templates/nopackage_json/www/index.html
 delete mode 100644 spec/templates/withpackage_json/config.xml
 delete mode 100644 spec/templates/withpackage_json/pacakge.json
 delete mode 100644 spec/templates/withpackage_json/www/index.html


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