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 2020/02/17 14:33:44 UTC

[dubbo-js] 01/02: rename npm module name

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

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

commit 20b8111cecec1a2f6eff3cc6588242ac81f32af9
Author: hufeng <fe...@gmail.com>
AuthorDate: Sun Feb 16 22:10:27 2020 +0800

    rename npm module name
---
 packages/dubbo/package.json | 4 +++-
 yarn.lock                   | 5 +++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/packages/dubbo/package.json b/packages/dubbo/package.json
index 7797362..a412582 100644
--- a/packages/dubbo/package.json
+++ b/packages/dubbo/package.json
@@ -1,9 +1,11 @@
 {
-  "name": "dubbo-js",
+  "name": "apache-dubbo-js",
   "version": "3.0.0",
   "main": "./es7/index.js",
   "types": "./es7/typings/index.d.ts",
   "license": "Apache Licence 2.0",
+  "description": "Aapche dubbo & dubbo-js",
+  "author": "hufeng@apache.org, xiaodongyang@apache.org",
   "engines": {
     "node": ">=6.0.0"
   },
diff --git a/yarn.lock b/yarn.lock
index a9d4bb9..baa49c4 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2372,6 +2372,11 @@ jest@^21.2.1:
   dependencies:
     jest-cli "^21.2.1"
 
+jexpose@^1.0.1:
+  version "1.0.1"
+  resolved "https://registry.npm.taobao.org/jexpose/download/jexpose-1.0.1.tgz#18dd066772ffe48b68483f2157ad9c7cf3de1eb3"
+  integrity sha1-GN0GZ3L/5ItoSD8hV62cfPPeHrM=
+
 js-to-java@2.4.0:
   version "2.4.0"
   resolved "http://registry.npm.taobao.org/js-to-java/download/js-to-java-2.4.0.tgz#b275f2ddfeb2f71e6bd0c41cb74573187f201a50"