generator-razor 13.4.4 → 13.4.5

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
@@ -332,7 +332,7 @@ module.exports = class extends Generator {
332
332
  if (branch === 'razor13-dev') {
333
333
  this.yarnInstall([
334
334
  'ssh://git@github.com/rafu1987/razor.git#' + branch,
335
- 'https://github.com/FriendsOfTYPO3/content-blocks/archive/refs/tags/1.3.19.tar.gz',
335
+ 'content_blocks@https://github.com/FriendsOfTYPO3/content-blocks/archive/refs/tags/1.3.19.tar.gz',
336
336
  ], yarnSettings)
337
337
  } else {
338
338
  this.yarnInstall([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generator-razor",
3
- "version": "13.4.4",
3
+ "version": "13.4.5",
4
4
  "description": "Yeoman generator for razor TYPO3 distribution",
5
5
  "license": "MIT",
6
6
  "main": "app/index.js",