chore(release): v0.0.2 [CI SKIP]
This commit is contained in:
parent
e2adf781d0
commit
0a7c3da412
3 changed files with 7 additions and 7 deletions
|
@ -17,10 +17,10 @@ pipeline:
|
|||
settings:
|
||||
base_url: https://src.mfgames.com
|
||||
files:
|
||||
- "*.epub"
|
||||
- "*.pdf"
|
||||
- "*.html"
|
||||
- "*.mobi"
|
||||
- "*.epub"
|
||||
- "*.pdf"
|
||||
- "*.html"
|
||||
- "*.mobi"
|
||||
secrets:
|
||||
- source: gitea_token
|
||||
target: plugin_api_key
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "untrusted-projects",
|
||||
"version": "1.0.1",
|
||||
"version": "0.0.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "untrusted-projects",
|
||||
"version": "1.0.1",
|
||||
"version": "0.0.2",
|
||||
"dependencies": {
|
||||
"@mfgames-writing/clean-theme": "^4.0.2",
|
||||
"@mfgames-writing/contracts": "^4.2.0",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "untrusted-projects",
|
||||
"description": "Thoughts and observations about the package ecosystems of software development.",
|
||||
"version": "1.0.1",
|
||||
"version": "0.0.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build:pdf": "mfgames-writing-format build pdf",
|
||||
|
|
Loading…
Reference in a new issue