@squiz/dxp-cli-next 1.3.0-develop.4 → 1.3.0

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 +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,13 @@
1
1
  # DXP
2
2
 
3
- > The next iteration of the DXP command line tool
3
+ ## Not a tool yet, install wont work
4
+
5
+ > DXP command line tool
4
6
 
5
7
  ## Install
6
8
 
7
9
  ```bash
8
- npm i -g @squiz/dxp-cli-next
10
+ npm install @squiz-dxp
9
11
  ```
10
12
 
11
13
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squiz/dxp-cli-next",
3
- "version": "1.3.0-develop.4",
3
+ "version": "1.3.0",
4
4
  "repository": {
5
5
  "url": "https://gitlab.squiz.net/developer-experience/dxp-cli-next"
6
6
  },