create-bcp-app 0.1.6 → 0.1.7
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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -100,5 +100,5 @@ npx create-bcp-app my-app --yes
|
|
|
100
100
|
The `--bcp` option is primarily useful for prerelease and local package testing, for example:
|
|
101
101
|
|
|
102
102
|
```bash
|
|
103
|
-
npx create-bcp-app my-app --bcp file:../bcp-0.1.
|
|
103
|
+
npx create-bcp-app my-app --bcp file:../bcp-0.1.7.tgz
|
|
104
104
|
```
|