supabase 1.11.3 → 1.11.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,7 +24,7 @@ This repository contains all the functionality for Supabase CLI.
24
24
  Available via [NPM](https://www.npmjs.com). To install:
25
25
 
26
26
  ```bash
27
- npm i supabase
27
+ npm i supabase --save-dev
28
28
  ```
29
29
 
30
30
  To run:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supabase",
3
- "version": "1.11.3",
3
+ "version": "1.11.4",
4
4
  "description": "Supabase CLI",
5
5
  "repository": "supabase/cli",
6
6
  "homepage": "https://supabase.com/docs/reference/cli",