We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51c2c3 commit b0cf508Copy full SHA for b0cf508
2 files changed
Taskfile.yml
@@ -8,9 +8,6 @@ vars:
8
tasks:
9
build:go:
10
cmd: goreleaser {{if eq .TYPE "publish"}}release{{else}}build{{end}} --clean {{if eq .TYPE "build"}}--snapshot{{end}}
11
- sources:
12
- - ./**/*.go
13
- - .goreleaser.yaml
14
generates:
15
- ./dist/**/*
16
- exclude: ./dist/**/npm/**
npmreleaser.json
@@ -1,7 +1,7 @@
1
{
2
"package.json": {
3
"name": "@sprisa/localhost",
4
- "version": "0.0.4",
+ "version": "0.0.5",
5
"description": "Run secure services on localhost with 0-config certs (TLS / WSS). HTTPS connections for any device on LAN or mesh VPN.",
6
"license": "MPL-2.0",
7
"author": "Gabriel Meola <banter@gabe.mx>",
0 commit comments