@nrwl/remix 1.0.0-alpha.14 → 1.0.0-alpha.15

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/remix",
3
- "version": "1.0.0-alpha.14",
3
+ "version": "1.0.0-alpha.15",
4
4
  "main": "src/index.js",
5
5
  "generators": "./generators.json",
6
6
  "dependencies": {
@@ -35,9 +35,9 @@ function default_1(tree, options) {
35
35
  ignoreFile = `${ignoreFile
36
36
  .replace('/dist', 'dist')
37
37
  .replace('/node_modules', 'node_modules')}
38
- # Remix files
39
- apps/**/build
40
- apps/**/.cache
38
+ # Remix files
39
+ apps/**/build
40
+ apps/**/.cache
41
41
  `;
42
42
  }
43
43
  tree.write('.gitignore', ignoreFile);