Skip to content

Commit 3bcd467

Browse files
committed
v1.0.0
1 parent 2e7ca68 commit 3bcd467

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ ALIASES
129129
$ iwa g
130130
```
131131

132-
_See code: [src/commands/generate.ts](https://github.com/chrispcode/iwa-cli/blob/v0.4.0/src/commands/generate.ts)_
132+
_See code: [src/commands/generate.ts](https://github.com/chrispcode/iwa-cli/blob/v1.0.0/src/commands/generate.ts)_
133133

134134
## `iwa remove [INPUT]`
135135

@@ -147,5 +147,5 @@ ALIASES
147147
$ iwa rm
148148
```
149149

150-
_See code: [src/commands/remove.ts](https://github.com/chrispcode/iwa-cli/blob/v0.4.0/src/commands/remove.ts)_
150+
_See code: [src/commands/remove.ts](https://github.com/chrispcode/iwa-cli/blob/v1.0.0/src/commands/remove.ts)_
151151
<!-- commandsstop -->

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
{
22
"name": "iwa-cli",
33
"description": "An ImmutableWebApp CLI using oclif and cosmiconfig",
4-
"version": "0.4.0",
4+
"version": "1.0.0",
55
"author": "Kristiyan Serafimov (chrispcode)",
66
"repository": "chrispcode/iwa-cli",
7-
"files": ["/bin", "/lib"],
7+
"files": [
8+
"/bin",
9+
"/lib"
10+
],
811
"main": "lib/index.js",
912
"types": "lib/index.d.ts",
1013
"homepage": "https://github.com/chrispcode/iwa-cli",
11-
"keywords": ["oclif", "iwa", "ImmutableWebApps", "cli"],
14+
"keywords": [
15+
"oclif",
16+
"iwa",
17+
"ImmutableWebApps",
18+
"cli"
19+
],
1220
"license": "MIT",
1321
"bin": {
1422
"iwa": "./bin/run"

0 commit comments

Comments
 (0)