This is an automated email from the ASF dual-hosted git repository.
raphinesse pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-common.git
The following commit(s) were added to refs/heads/master by this push:
new e2a4848 chore!: remove main export mungeUtil (#126)
e2a4848 is described below
commit e2a4848899d4d6fd60280ca9654368aa7d3e1f16
Author: Raphael von der GrĂ¼n <[email protected]>
AuthorDate: Fri Dec 20 01:59:09 2019 +0100
chore!: remove main export mungeUtil (#126)
Removes `mungeUtil` from the list of modules that are exported by
`cordova-common`. It was documented as _internal_ and we did not use it in
any
of our repos.
---
README.md | 1 -
cordova-common.js | 1 -
2 files changed, 2 deletions(-)
diff --git a/README.md b/README.md
index 422c98b..583ec9d 100644
--- a/README.md
+++ b/README.md
@@ -143,7 +143,6 @@ PlatformJson
ConfigChanges
ConfigKeeper
ConfigFile
-mungeUtil
```
## Setup
diff --git a/cordova-common.js b/cordova-common.js
index 549827c..1e091cc 100644
--- a/cordova-common.js
+++ b/cordova-common.js
@@ -37,7 +37,6 @@ module.exports = {
get ConfigChanges () { return
require('./src/ConfigChanges/ConfigChanges'); },
get ConfigKeeper () { return require('./src/ConfigChanges/ConfigKeeper');
},
get ConfigFile () { return require('./src/ConfigChanges/ConfigFile'); },
- get mungeUtil () { return require('./src/ConfigChanges/munge-util'); },
get xmlHelpers () { return require('./src/util/xml-helpers'); }
};
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]