fix: update version
This commit is contained in:
parent
93de07dd0a
commit
2bfd4a0e28
9
.github/workflows/delete-packages.yml
vendored
9
.github/workflows/delete-packages.yml
vendored
@ -1,6 +1,13 @@
|
|||||||
name: Delete untagged packages
|
name: Delete untagged packages
|
||||||
|
|
||||||
on: workflow_dispatch
|
on:
|
||||||
|
workflow_run:
|
||||||
|
workflows:
|
||||||
|
- build-check
|
||||||
|
- Create and publish a Docker image
|
||||||
|
- format-check
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
delete-untagged-packages:
|
delete-untagged-packages:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@txtdot/server",
|
"name": "@txtdot/server",
|
||||||
"version": "1.9.0",
|
"version": "1.9.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "txtdot is an HTTP proxy that parses only text, links and pictures from pages reducing internet bandwidth usage, removing ads and heavy scripts",
|
"description": "txtdot is an HTTP proxy that parses only text, links and pictures from pages reducing internet bandwidth usage, removing ads and heavy scripts",
|
||||||
"main": "dist/app.js",
|
"main": "dist/app.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user