Skip to content

Commit 70e7a18

Browse files
committed
修复bug,更新版本号为1.3.0
1 parent 17f61c1 commit 70e7a18

3 files changed

Lines changed: 22 additions & 5 deletions

File tree

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "wildember",
33
"description": "一个方便、快捷连接野狗实时服务适配器。",
4-
"version": "0.1.0",
4+
"version": "1.3.0",
55
"author": "ubuntuvim (https://github.com/ubuntuvim/)",
6-
"homepage": "https://github.com/ubuntuvim/WildEmber",
6+
"homepage": "https://github.com/ubuntuvim/wildember",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/ubuntuvim/WildEmber.git"
9+
"url": "https://github.com/ubuntuvim/wildember.git"
1010
},
1111
"license": "MIT",
1212
"keywords": [

index.js

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,22 @@
22
'use strict';
33

44
module.exports = {
5-
name: 'wildember'
5+
name: 'wildember'
6+
7+
// included: function included(app) {
8+
// this._super.included(app);
9+
//
10+
// // make sure app is correctly assigned when being used as a nested addon
11+
// if (app.app) {
12+
// app = app.app;
13+
// }
14+
// this.app = app;
15+
//
16+
// this.app.import(app.bowerDirectory + '/wildember/wildember.js');
17+
//
18+
// app.import('vendor/wildember/shim.js', {
19+
// type: 'vendor',
20+
// exports: { 'wildember': ['default'] }
21+
// });
22+
// }
623
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wildember",
33
"description": "一个方便、快捷连接野狗实时服务适配器。",
4-
"version": "0.2.0",
4+
"version": "1.3.0",
55
"author": "ubuntuvim (https://github.com/ubuntuvim/)",
66
"homepage": "https://github.com/ubuntuvim/wildember",
77
"directories": {

0 commit comments

Comments
 (0)