You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2021/07/21 03:05:55 UTC

[dubbo-js] branch master updated: fixed: rename each module name, npm module can not start with @apache

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

hufeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-js.git


The following commit(s) were added to refs/heads/master by this push:
     new b2d3191  fixed: rename each module name, npm module can not start with @apache
b2d3191 is described below

commit b2d3191f3474e1f55212424b8e078024e21f8774
Author: hufeng <fe...@gmail.com>
AuthorDate: Wed Jul 21 11:05:25 2021 +0800

    fixed: rename each module name, npm module can not start with @apache
---
 packages/dubbo-common/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/dubbo-common/package.json b/packages/dubbo-common/package.json
index fe59093..f661cc7 100644
--- a/packages/dubbo-common/package.json
+++ b/packages/dubbo-common/package.json
@@ -1,5 +1,5 @@
 {
-  "name": "@apache/dubbo-common",
+  "name": "apache-dubbo-common",
   "version": "0.0.1",
   "main": "./lib/index.js",
   "types": "./lib/typings/index.d.ts",