Browse Source

Release 2.1.2

issue #367: rename `_snowpack` dir in build results to `web_modules` as that is the
folder servered by the server
main v2.1.2
butlerx 3 years ago
parent
commit
2062805e4d
No known key found for this signature in database GPG Key ID: B37CA765BAA89170
  1. 4
      .github/workflows/release.yml
  2. 5
      package.json

4
.github/workflows/release.yml

@ -12,10 +12,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@master
- name: Create Release
- uses: fregante/release-with-changelog@v3
uses: fregante/release-with-changelog@v3
with:
token: ${{ secrets.NODE_GITHUB_TOKEN }}
title: "Release {tag}"
title: 'Release {tag}'
exclude: true
commit-template: '- {title} ← {hash}'
template: |

5
package.json

@ -1,6 +1,6 @@
{
"name": "wetty",
"version": "2.1.1",
"version": "2.1.2",
"description": "WeTTY = Web + TTY. Terminal access in browser over http/https",
"homepage": "https://github.com/butlerx/wetty",
"license": "MIT",
@ -60,6 +60,9 @@
]
},
"snowpack": {
"buildOptions": {
"metaUrlPath": "web_modules"
},
"packageOptions": {
"sourceMap": true,
"installTypes": true

Loading…
Cancel
Save