Comparing version 0.2.1 to 0.2.2
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "supabase", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Supabase CLI", | ||
@@ -10,6 +10,5 @@ "homepage": "https://github.com/supabase/cli", | ||
"files": [ | ||
"bin", | ||
"dist" | ||
], | ||
"bin": "bin/supabase", | ||
"bin": "dist/cli.js", | ||
"repository": "supabase/cli", | ||
@@ -21,3 +20,3 @@ "scripts": { | ||
"build": "npm run clean && tsc --project tsconfig.json && cpy src/templates dist/templates", | ||
"start": "bin/supabase", | ||
"start": "node dist/cli.js", | ||
"test": "jest" | ||
@@ -24,0 +23,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
167
22419
19