1
0
mirror of https://github.com/kuohuanhuan/x-markdown-css.git synced 2024-11-25 06:18:19 +00:00

Compare commits

...

4 Commits

4 changed files with 5 additions and 3 deletions

View File

@ -29,7 +29,8 @@ jobs:
- name: Build Project - name: Build Project
run: npm run build run: npm run build
# Step V # Step V
- uses: vimtor/action-zip@v1 - name: Create Zip File
uses: vimtor/action-zip@v1.1
with: with:
files: dist/ files: dist/
dest: build.zip dest: build.zip

View File

@ -1,3 +1,4 @@
build.zip
node_modules/ node_modules/
.github/ .github/
.vscode/ .vscode/

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "x-markdown-css", "name": "x-markdown-css",
"version": "0.0.0-20230302.10", "version": "0.0.0-20230302.12",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {

View File

@ -1,6 +1,6 @@
{ {
"name": "x-markdown-css", "name": "x-markdown-css",
"version": "0.0.0-20230302.10", "version": "0.0.0-20230302.12",
"description": "A simple and customizable markdown CSS stylesheet for everyone.", "description": "A simple and customizable markdown CSS stylesheet for everyone.",
"keywords": [ "keywords": [
"markdown", "markdown",