remix 1.3.1 → 1.3.3-pre.0

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/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  To get started, open a new shell and run:
6
6
 
7
7
  ```sh
8
- $ npx create-remix@latest
8
+ npx create-remix@latest
9
9
  ```
10
10
 
11
11
  Then follow the prompts you see in your terminal.
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * remix v1.3.1
2
+ * remix v1.3.3-pre.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * remix v1.3.1
2
+ * remix v1.3.3-pre.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "remix",
3
3
  "description": "A framework for building better websites",
4
- "version": "1.3.1",
4
+ "version": "1.3.3-pre.0",
5
5
  "homepage": "https://remix.run",
6
6
  "license": "MIT",
7
7
  "repository": {