From 358749b71715a080fcac15e320371165b824231a Mon Sep 17 00:00:00 2001 From: liuming Date: Wed, 19 Apr 2017 16:35:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BA=E5=8D=9A=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 第一次提交 --- modules/nobo-tasks-feelings.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 modules/nobo-tasks-feelings.js diff --git a/modules/nobo-tasks-feelings.js b/modules/nobo-tasks-feelings.js new file mode 100644 index 00000000..9042c39e --- /dev/null +++ b/modules/nobo-tasks-feelings.js @@ -0,0 +1,20 @@ +module.exports = (function() { + + return [{ + + // 目标组件的地址 + repos: 'http://ming.liu@gitlab.noboup.com/ming.liu/nobo-tasks-feelings.git', + + // 需要转换的版本 + version: 'v1.0.0', + + // 在 fis-components 中的名称 + name: 'nobo-tasks-feelings', + + // 主文件,请查看规范说明。当组件名引用的时候,默认引用的是此文件 + main: 'answerService.js', + + // 设置此组件的依赖。 + dependencies: [] + }] +})();