@squiz/dxp-cli-next 5.0.0-develop.3 → 5.1.0-develop.1

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 +2 -2
package/README.md CHANGED
@@ -2,13 +2,13 @@
2
2
 
3
3
  > The next iteration of the DXP command line tool
4
4
 
5
- ### Install
5
+ ## Install
6
6
 
7
7
  ```bash
8
8
  npm i -g @squiz/dxp-cli-next
9
9
  ```
10
10
 
11
- ### Usage
11
+ ## Usage
12
12
 
13
13
  ```bash
14
14
  Usage: dxp [options] [command]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squiz/dxp-cli-next",
3
- "version": "5.0.0-develop.3",
3
+ "version": "5.1.0-develop.1",
4
4
  "repository": {
5
5
  "url": "https://gitlab.squiz.net/developer-experience/dxp-cli-next"
6
6
  },
@@ -21,7 +21,7 @@
21
21
  "prepare": "husky install",
22
22
  "semantic-release": "semantic-release",
23
23
  "test:watch": "jest --watch",
24
- "test": "jest --coverage",
24
+ "test": "jest",
25
25
  "typecheck": "tsc --noEmit"
26
26
  },
27
27
  "engines": {