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:
|
settings:
|
||||||
base_url: https://src.mfgames.com
|
base_url: https://src.mfgames.com
|
||||||
files:
|
files:
|
||||||
- "*.epub"
|
- "*.epub"
|
||||||
- "*.pdf"
|
- "*.pdf"
|
||||||
- "*.html"
|
- "*.html"
|
||||||
- "*.mobi"
|
- "*.mobi"
|
||||||
secrets:
|
secrets:
|
||||||
- source: gitea_token
|
- source: gitea_token
|
||||||
target: plugin_api_key
|
target: plugin_api_key
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "untrusted-projects",
|
"name": "untrusted-projects",
|
||||||
"version": "1.0.1",
|
"version": "0.0.2",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "untrusted-projects",
|
"name": "untrusted-projects",
|
||||||
"version": "1.0.1",
|
"version": "0.0.2",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mfgames-writing/clean-theme": "^4.0.2",
|
"@mfgames-writing/clean-theme": "^4.0.2",
|
||||||
"@mfgames-writing/contracts": "^4.2.0",
|
"@mfgames-writing/contracts": "^4.2.0",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "untrusted-projects",
|
"name": "untrusted-projects",
|
||||||
"description": "Thoughts and observations about the package ecosystems of software development.",
|
"description": "Thoughts and observations about the package ecosystems of software development.",
|
||||||
"version": "1.0.1",
|
"version": "0.0.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:pdf": "mfgames-writing-format build pdf",
|
"build:pdf": "mfgames-writing-format build pdf",
|
||||||
|
|
Loading…
Reference in a new issue