generator-razor 13.4.10 → 13.4.11

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.
Files changed (2) hide show
  1. package/app/index.js +1 -1
  2. package/package.json +1 -1
package/app/index.js CHANGED
@@ -297,7 +297,7 @@ module.exports = class extends Generator {
297
297
 
298
298
  this._createSymlinks(this, path, () => {
299
299
  copydir(t.templatePath(version), t.destinationPath('./'), () => {
300
- t._localconf12(t)
300
+ t._localconf(t)
301
301
  t._localSettings(t)
302
302
 
303
303
  t._createDb((response) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generator-razor",
3
- "version": "13.4.10",
3
+ "version": "13.4.11",
4
4
  "description": "Yeoman generator for razor TYPO3 distribution",
5
5
  "license": "MIT",
6
6
  "main": "app/index.js",