remix 2.9.2 → 2.10.0-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 +7 -0
- package/dist/esm/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# Deprecated
|
|
2
|
+
|
|
3
|
+
The `remix` package is no longer used for Remix modules. It was [officially deprecated in v1.6.0](https://github.com/remix-run/remix/releases/tag/v1.6.0) then finally [removed in v2.0.0](https://github.com/remix-run/remix/releases/tag/remix@2.0.0). This package should be removed from your project dependencies if you have it installed.
|
|
4
|
+
|
|
5
|
+
For stats about Remix, please consider referring to @remix-run/router or @remix
|
|
6
|
+
-run/server-runtime instead.
|
|
7
|
+
|
|
1
8
|
# Welcome to Remix!
|
|
2
9
|
|
|
3
10
|
[Remix](https://remix.run) is a web framework that helps you build better websites with React.
|
package/dist/esm/index.js
CHANGED
package/dist/index.js
CHANGED