generator-easy-ui5 3.1.1 → 3.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -111,7 +111,6 @@ module.exports = class extends Generator {
111
111
  "yeoman-environment": yeoman.version
112
112
  };
113
113
  glob.sync(path.join(home, "plugin-generators/*/package.json")).forEach(function (plugin) {
114
- console.log(plugin)
115
114
  const name = plugin.match(/plugin-generators\/(.+)\/package\.json/)[1];
116
115
  const lib = require(plugin);
117
116
  components[name] = lib.version;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generator-easy-ui5",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "Generator for UI5-based project",
5
5
  "main": "generators/app/index.js",
6
6
  "files": [