This is an automated email from the ASF dual-hosted git repository.
zhongxjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
The following commit(s) were added to refs/heads/master by this push:
new dcce3a83 Chore v2 (#722)
dcce3a83 is described below
commit dcce3a83298e11c6df5d09e79c5b52758dfc9fa4
Author: Jian Zhong <[email protected]>
AuthorDate: Wed May 28 07:57:08 2025 +0800
Chore v2 (#722)
---
CONTRIBUTING.md | 2 +-
Makefile | 7 -------
package-lock.json | 3 ---
3 files changed, 1 insertion(+), 11 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 36def7cc..bafcf6be 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -16,7 +16,7 @@ The mailing list is the recommended way of pursuing a
discussion on almost anyth
### Reporting issue
-Please crete an issue here https://github.com/apache/dubbo-kubernetes
+Please create an issue here https://github.com/apache/dubbo-kubernetes
### Contribution flow
diff --git a/Makefile b/Makefile
index 465455a7..addce599 100644
--- a/Makefile
+++ b/Makefile
@@ -29,10 +29,3 @@ help: ## Display this help screen
grep -h -E "^$$section/[^:]+:.*?## .*$$" $(MAKEFILE_LIST) |
sort -k1 | \
awk 'BEGIN {FS = ":.*?## "}; {printf
"\033[36m%-30s\033[0m %s\n", $$1, $$2}' ; \
done
-
-include mk/dev.mk
-
-include mk/api.mk
-include mk/check.mk
-include mk/generate.mk
-include mk/run.mk
diff --git a/package-lock.json b/package-lock.json
deleted file mode 100644
index 48e341a0..00000000
--- a/package-lock.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "lockfileVersion": 1
-}