Skip to content

Commit f4dbfa2

Browse files
committed
v0.4.3
1 parent 55aabc3 commit f4dbfa2

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/@htmlgoddess/webpack-plugin",
55
"packages/@htmlgoddess/templates"
66
],
7-
"version": "0.4.2"
7+
"version": "0.4.3"
88
}

packages/@htmlgoddess/cli/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ npm install -g @htmlgoddess/cli
1919
$ htmlgoddess COMMAND
2020
running command...
2121
$ htmlgoddess (-v|--version|version)
22-
@htmlgoddess/cli/0.4.2 darwin-x64 node-v12.18.1
22+
@htmlgoddess/cli/0.4.3 darwin-x64 node-v12.18.1
2323
$ htmlgoddess --help [COMMAND]
2424
USAGE
2525
$ htmlgoddess COMMAND
@@ -59,7 +59,7 @@ EXAMPLES
5959
$ htmlgoddess a11y ./path/to/your/file.html
6060
```
6161

62-
_See code: [lib/commands/a11y/index.js](https://github.com/jonascript/htmlgoddess/blob/v0.4.2/lib/commands/a11y/index.js)_
62+
_See code: [lib/commands/a11y/index.js](https://github.com/jonascript/htmlgoddess/blob/v0.4.3/lib/commands/a11y/index.js)_
6363

6464
## `htmlgoddess create [PROJECTDIR]`
6565

@@ -78,7 +78,7 @@ EXAMPLES
7878
$ htmlgoddess create
7979
```
8080

81-
_See code: [lib/commands/create/index.js](https://github.com/jonascript/htmlgoddess/blob/v0.4.2/lib/commands/create/index.js)_
81+
_See code: [lib/commands/create/index.js](https://github.com/jonascript/htmlgoddess/blob/v0.4.3/lib/commands/create/index.js)_
8282

8383
## `htmlgoddess format [PROJECTDIR]`
8484

@@ -97,7 +97,7 @@ EXAMPLE
9797
$ htmlgoddess format
9898
```
9999

100-
_See code: [lib/commands/format/index.js](https://github.com/jonascript/htmlgoddess/blob/v0.4.2/lib/commands/format/index.js)_
100+
_See code: [lib/commands/format/index.js](https://github.com/jonascript/htmlgoddess/blob/v0.4.3/lib/commands/format/index.js)_
101101

102102
## `htmlgoddess format:auto [PROJECTDIR]`
103103

@@ -114,7 +114,7 @@ EXAMPLE
114114
$ htmlgoddess format:auto
115115
```
116116

117-
_See code: [lib/commands/format/auto.js](https://github.com/jonascript/htmlgoddess/blob/v0.4.2/lib/commands/format/auto.js)_
117+
_See code: [lib/commands/format/auto.js](https://github.com/jonascript/htmlgoddess/blob/v0.4.3/lib/commands/format/auto.js)_
118118

119119
## `htmlgoddess help [COMMAND]`
120120

@@ -152,7 +152,7 @@ EXAMPLES
152152
$ htmlgoddess print ./path/to/your/project
153153
```
154154

155-
_See code: [lib/commands/print/index.js](https://github.com/jonascript/htmlgoddess/blob/v0.4.2/lib/commands/print/index.js)_
155+
_See code: [lib/commands/print/index.js](https://github.com/jonascript/htmlgoddess/blob/v0.4.3/lib/commands/print/index.js)_
156156

157157
## `htmlgoddess print:auto [PROJECTDIR]`
158158

@@ -173,7 +173,7 @@ EXAMPLE
173173
hello world wide web from ./src/hello.ts!
174174
```
175175

176-
_See code: [lib/commands/print/auto.js](https://github.com/jonascript/htmlgoddess/blob/v0.4.2/lib/commands/print/auto.js)_
176+
_See code: [lib/commands/print/auto.js](https://github.com/jonascript/htmlgoddess/blob/v0.4.3/lib/commands/print/auto.js)_
177177

178178
## `htmlgoddess publish [FILE]`
179179

@@ -191,7 +191,7 @@ EXAMPLE
191191
$ htmlgoddess publish
192192
```
193193

194-
_See code: [lib/commands/publish/index.js](https://github.com/jonascript/htmlgoddess/blob/v0.4.2/lib/commands/publish/index.js)_
194+
_See code: [lib/commands/publish/index.js](https://github.com/jonascript/htmlgoddess/blob/v0.4.3/lib/commands/publish/index.js)_
195195

196196
## `htmlgoddess save [PROJECTDIR]`
197197

@@ -208,7 +208,7 @@ EXAMPLE
208208
$ htmlgoddess save
209209
```
210210

211-
_See code: [lib/commands/save/index.js](https://github.com/jonascript/htmlgoddess/blob/v0.4.2/lib/commands/save/index.js)_
211+
_See code: [lib/commands/save/index.js](https://github.com/jonascript/htmlgoddess/blob/v0.4.3/lib/commands/save/index.js)_
212212

213213
## `htmlgoddess serve [PROJECTPATH]`
214214

@@ -227,7 +227,7 @@ EXAMPLE
227227
$ htmlgoddess serve
228228
```
229229

230-
_See code: [lib/commands/serve/index.js](https://github.com/jonascript/htmlgoddess/blob/v0.4.2/lib/commands/serve/index.js)_
230+
_See code: [lib/commands/serve/index.js](https://github.com/jonascript/htmlgoddess/blob/v0.4.3/lib/commands/serve/index.js)_
231231

232232
## `htmlgoddess serve:auto [FILE]`
233233

@@ -246,5 +246,5 @@ EXAMPLE
246246
$ htmlgoddess serve
247247
```
248248

249-
_See code: [lib/commands/serve/auto.js](https://github.com/jonascript/htmlgoddess/blob/v0.4.2/lib/commands/serve/auto.js)_
249+
_See code: [lib/commands/serve/auto.js](https://github.com/jonascript/htmlgoddess/blob/v0.4.3/lib/commands/serve/auto.js)_
250250
<!-- commandsstop -->

packages/@htmlgoddess/cli/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@htmlgoddess/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@htmlgoddess/cli",
33
"description": " HTMLGoddess command line utility",
4-
"version": "0.4.2",
4+
"version": "0.4.3",
55
"author": "Jonathan Crockett <joncrockett@gmail.com>",
66
"private": false,
77
"bin": {
88
"htmlgoddess": "./bin/run"
99
},
1010
"bugs": "https://github.com/jonascript/htmlgoddess/issues",
1111
"dependencies": {
12-
"@htmlgoddess/templates": "^0.4.2",
13-
"@htmlgoddess/webpack-plugin": "^0.4.2",
12+
"@htmlgoddess/templates": "^0.4.3",
13+
"@htmlgoddess/webpack-plugin": "^0.4.3",
1414
"@oclif/command": "1.6.1",
1515
"@oclif/config": "1.15.1",
1616
"@oclif/plugin-help": "3.1.0",

packages/@htmlgoddess/templates/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@htmlgoddess/templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@htmlgoddess/templates",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"private": false,
55
"description": "Starter templates for HTMLGoddess CLI",
66
"author": "Jonathan Crockett <joncrockett@gmail.com>",

packages/@htmlgoddess/webpack-plugin/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@htmlgoddess/webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@htmlgoddess/webpack-plugin",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "## This is Alpha. Use at your own risk. Feedback/PRs Welcome",
55
"private": false,
66
"main": "plugin.js",

0 commit comments

Comments
 (0)