File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff line change 22'use strict' ;
33
44module . 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} ;
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments