simpli-marketplacev1 1.0.1 → 1.0.2

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # simpli-marketplace
1
+ # simpli-marketplacev1
2
2
 
3
3
  A CLI tool to quickly create new Simpli marketplace projects based on the official template.
4
4
 
5
5
  ## Usage
6
6
 
7
7
  ```bash
8
- npx simpli-marketplace my-new-project
8
+ npx simpli-marketplacev1 my-new-project
9
9
  ```
10
10
 
11
11
  This command will:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpli-marketplacev1",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "CLI tool to clone and setup Simpli marketplace template projects",
5
5
  "main": "index.js",
6
6
  "bin": {