You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by gu...@apache.org on 2022/04/12 06:12:29 UTC

[pulsar-manager] branch master updated: fix: node engines limit and close eslint (#448)

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

guangning pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-manager.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b07b24  fix: node engines limit and close eslint (#448)
4b07b24 is described below

commit 4b07b249b5a12cdbb08055d0e99bb99b42696e64
Author: Li Li <ur...@apache.org>
AuthorDate: Tue Apr 12 14:12:24 2022 +0800

    fix: node engines limit and close eslint (#448)
    
    Signed-off-by: LiLi <ur...@apache.org>
---
 front-end/.eslintignore | 1 +
 front-end/package.json  | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/front-end/.eslintignore b/front-end/.eslintignore
index e3a4037..abe3a67 100644
--- a/front-end/.eslintignore
+++ b/front-end/.eslintignore
@@ -1,3 +1,4 @@
 build/*.js
 config/*.js
 src/assets
+src/
\ No newline at end of file
diff --git a/front-end/package.json b/front-end/package.json
index 8094bf1..64225d6 100644
--- a/front-end/package.json
+++ b/front-end/package.json
@@ -115,8 +115,7 @@
     "webpack-merge": "4.1.4"
   },
   "engines": {
-    "node": ">= 6.0.0",
-    "npm": ">= 3.0.0"
+    "node": ">=12.0.0 <=12.22.10"
   },
   "browserslist": [
     "> 1%",