@dword-design/base 9.5.22 → 9.5.23

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.
@@ -10,7 +10,9 @@ Object {
10
10
  "before": "echo \\"export PUPPETEER_CACHE_DIR=/workspace/foo/node_modules/.cache/puppeteer\\" >> /home/gitpod/.bashrc
11
11
  gitpod-env-per-project >> /home/gitpod/.bashrc && source /home/gitpod/.bashrc",
12
12
  "init": "git config --global user.name \\"Sebastian Landwehr\\"
13
- git lfs pull && yarn --frozen-lockfile",
13
+ git config diff.lfs.textconv cat
14
+ git lfs pull
15
+ yarn --frozen-lockfile",
14
16
  },
15
17
  ],
16
18
  "vscode": Object {
@@ -17,7 +17,9 @@ export default function () {
17
17
  `,
18
18
  init: endent`
19
19
  git config --global user.name "${personalData.name}"
20
- git lfs pull && yarn --frozen-lockfile
20
+ git config diff.lfs.textconv cat
21
+ git lfs pull
22
+ yarn --frozen-lockfile
21
23
  `
22
24
  }],
23
25
  vscode: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base",
3
- "version": "9.5.22",
3
+ "version": "9.5.23",
4
4
  "description": "Base package for projects.",
5
5
  "repository": "dword-design/base",
6
6
  "funding": "https://github.com/sponsors/dword-design",