@blutui/courier 1.1.0 → 1.1.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 (3) hide show
  1. package/README.md +1 -11
  2. package/package.json +3 -1
  3. package/bin/courier +0 -0
package/README.md CHANGED
@@ -6,8 +6,6 @@
6
6
 
7
7
  `blutui/courier` The command line tool for Blutui.
8
8
 
9
- [![codecov](https://codecov.io/gh/blutui/courier/graph/badge.svg?token=9AJ1RZKMU9)](https://codecov.io/gh/blutui/courier)
10
-
11
9
  ---
12
10
 
13
11
  ## Commands
@@ -81,13 +79,5 @@ courier push
81
79
  Get the version of Blutui Courier.
82
80
 
83
81
  ```sh
84
- courier watch
85
- ```
86
-
87
- ## Developing Blutui Courier
88
-
89
- If you're working on developing the CLI, its recommended that you alias the go command to run the dev version.
90
-
91
- ```sh
92
- alias courier-dev='go run cmd/courier/main.go'
82
+ courier version
93
83
  ```
package/package.json CHANGED
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "name": "@blutui/courier",
3
- "version": "1.1.0",
3
+ "description": "The command line tool for Blutui",
4
+ "version": "1.1.1",
5
+ "author": "Blutui",
4
6
  "type": "module",
5
7
  "files": [
6
8
  "scripts"
package/bin/courier DELETED
Binary file