You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/07/29 11:46:43 UTC

[echarts-website] 03/03: fix syntax error in package json

This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/echarts-website.git

commit 99e3e8b7d0f2ff7218cec79896413e83833a10e9
Author: pissang <bm...@gmail.com>
AuthorDate: Thu Jul 29 18:28:35 2021 +0800

    fix syntax error in package json
---
 .github/workflows/deploy.yml | 1 +
 package.json                 | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 5c6d004..e3585d2 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -70,3 +70,4 @@ jobs:
             .*
             v4/**/*
             README.md
+            package.json
diff --git a/package.json b/package.json
index 4cb37ee..570e82b 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
   "scripts": {
   },
   "devDependencies": {
-    "@jamesives/github-pages-deploy-action": "^4.1.3",
+    "@jamesives/github-pages-deploy-action": "^4.1.3"
   },
   "repository": {
     "type": "git",

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org