avo 1.7.1 → 1.8.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 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -48,7 +48,10 @@ yarn commit
48
48
 
49
49
  ## How to Create a Release
50
50
 
51
+ 1. Update the semantic version in `package.json`
52
+ 2. Publish the package to npm
53
+
51
54
  ```
52
- npm run release-it
55
+ npm publish
53
56
  ```
54
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "avo",
3
- "version": "1.7.1",
3
+ "version": "1.8.0",
4
4
  "description": "The command-line interface for Avo",
5
5
  "author": "Avo (https://www.avo.app)",
6
6
  "repository": {
@@ -28,7 +28,7 @@
28
28
  "date-fns": "1.30.1",
29
29
  "http-shutdown": "1.2.0",
30
30
  "ignore-walk": "3.0.1",
31
- "inquirer": "6.2.0",
31
+ "inquirer": "8.2",
32
32
  "inquirer-fuzzy-path": "2.3.0",
33
33
  "jsonwebtoken": "8.4.0",
34
34
  "load-json-file": "5.1.0",
@@ -42,11 +42,11 @@
42
42
  "portfinder": "1.0.19",
43
43
  "request": "2.88.0",
44
44
  "semver": "5.6.0",
45
- "update-notifier": "2.5.0",
45
+ "update-notifier": "5.1",
46
46
  "uuid": "3.3.2",
47
47
  "write": "1.0.3",
48
48
  "write-json-file": "3.0.2",
49
- "yargs": "12.0.5",
50
- "yurnalist": "1.0.5"
49
+ "yargs": "17.2",
50
+ "yurnalist": "2"
51
51
  }
52
52
  }