1.0.2-rc.1
This commit is contained in:
parent
1cc55e7162
commit
81a7db8526
|
@ -84,7 +84,7 @@ Currently approaching a v1 release 🎉 Would you like to help test the RC? _You
|
||||||
Install the binary via npm.
|
Install the binary via npm.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm install --global gmi-web-cli@1.0.0-rc.1
|
npm install --global gmi-web-cli@1.0.2-rc.1
|
||||||
```
|
```
|
||||||
|
|
||||||
Render .html for all the .gmi files in the current directory
|
Render .html for all the .gmi files in the current directory
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
.nh
|
.nh
|
||||||
.ad l
|
.ad l
|
||||||
.\" Begin generated content:
|
.\" Begin generated content:
|
||||||
.TH "gmi-web" "1" "2021-01-30" "1.0.0-rc.1"
|
.TH "gmi-web" "1" "2021-01-30" "1.0.2-rc.1"
|
||||||
.P
|
.P
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.P
|
.P
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
gmi-web(1) "1.0.0-rc.1"
|
gmi-web(1) "1.0.2-rc.1"
|
||||||
|
|
||||||
# NAME
|
# NAME
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
.nh
|
.nh
|
||||||
.ad l
|
.ad l
|
||||||
.\" Begin generated content:
|
.\" Begin generated content:
|
||||||
.TH "gmi.css" "5" "2021-01-30" "1.0.0-rc.1"
|
.TH "gmi.css" "5" "2021-01-30" "1.0.2-rc.1"
|
||||||
.P
|
.P
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.P
|
.P
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
gmi.css(5) "1.0.0-rc.1"
|
gmi.css(5) "1.0.2-rc.1"
|
||||||
|
|
||||||
# NAME
|
# NAME
|
||||||
|
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@talon/gmi-web",
|
"name": "gmi-web-cli",
|
||||||
"version": "1.0.0-rc1",
|
"version": "1.0.0-rc.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "gmi-web-cli",
|
"name": "gmi-web-cli",
|
||||||
"version": "1.0.0-rc.1",
|
"version": "1.0.2-rc.1",
|
||||||
"description": "A bridge between HTML and Gemini",
|
"description": "A bridge between HTML and Gemini",
|
||||||
"main": "cli.js",
|
"main": "cli.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
@ -11,9 +11,13 @@
|
||||||
"gmi.css.5"
|
"gmi.css.5"
|
||||||
],
|
],
|
||||||
"files": [
|
"files": [
|
||||||
|
"UNLICENSE",
|
||||||
|
"README.md",
|
||||||
"gmi.css",
|
"gmi.css",
|
||||||
"gmi.min.css",
|
"gmi.min.css",
|
||||||
"UNLICENSE"
|
"gmi.regex.js",
|
||||||
|
"tokenize.js",
|
||||||
|
"to-html.js"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm install && make",
|
"build": "npm install && make",
|
||||||
|
|
Loading…
Reference in a new issue