@remix-run/data-table-mysql 0.0.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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +20 -0
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # Placeholder package
2
+
3
+ This package is intentionally empty and published only as a temporary placeholder.
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "@remix-run/data-table-mysql",
3
+ "version": "0.0.0",
4
+ "private": false,
5
+ "description": "Placeholder package for future Remix data-table-mysql APIs",
6
+ "license": "MIT",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/remix-run/remix.git",
10
+ "directory": "packages/data-table-mysql"
11
+ },
12
+ "homepage": "https://github.com/remix-run/remix/tree/main/packages/data-table-mysql#readme",
13
+ "keywords": [
14
+ "remix",
15
+ "placeholder"
16
+ ],
17
+ "publishConfig": {
18
+ "access": "public"
19
+ }
20
+ }