@c9up/ream-cli-darwin-arm64 0.1.2 → 0.1.4

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 (3) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/ream +0 -0
package/README.md CHANGED
@@ -29,8 +29,8 @@ ream make:migration create_orders_table
29
29
 
30
30
  # Package management
31
31
  ream configure @c9up/atlas
32
- ream configure @c9up/tailwind
33
32
  ream configure @c9up/photon
33
+ ream configure @c9up/warden
34
34
 
35
35
  # Diagnostics
36
36
  ream doctor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c9up/ream-cli-darwin-arm64",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "os": ["darwin"],
5
5
  "cpu": ["arm64"],
6
6
  "bin": { "ream": "./ream" }
package/ream CHANGED
Binary file