create-stackbit-app
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -34,4 +34,2 @@ const starters = [ | ||
"dynamic-app", | ||
"sb-countdown", | ||
"sb-typist", | ||
"tutorial-contentful", | ||
@@ -38,0 +36,0 @@ ], |
{ | ||
"name": "create-stackbit-app", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Create a new Stackbit site, or add Stackbit to an existing site.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -10,3 +10,3 @@ # create-stackbit-app | ||
```txt | ||
npx create-stackbit-app [dir] | ||
npx create-stackbit-app@latest [dir] | ||
``` | ||
@@ -17,3 +17,3 @@ | ||
```txt | ||
> npx create-stackbit-app --help | ||
> npx create-stackbit-app@latest --help | ||
@@ -36,3 +36,3 @@ Options: | ||
```txt | ||
npx create-stackbit-app --starter ts-nextjs | ||
npx create-stackbit-app@latest --starter ts-nextjs | ||
``` | ||
@@ -47,3 +47,3 @@ | ||
```txt | ||
npx create-stackbit-app --example algolia-search | ||
npx create-stackbit-app@latest --example algolia-search | ||
``` | ||
@@ -60,3 +60,3 @@ | ||
```txt | ||
npx create-stackbit-app my-site | ||
npx create-stackbit-app@latest my-site | ||
``` | ||
@@ -63,0 +63,0 @@ |
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
10774
228