File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module.exports = {
1212 } ,
1313
1414 afterInstall : function ( ) {
15- return this . addBowerPackageToProject ( 'wildember' ) ; // is a promise
15+ return this . addBowerPackagesToProject ( 'wildember' ) ; // is a promise
1616 }
1717
1818 // availableOptions: [
Original file line number Diff line number Diff line change 11{
22 "name" : " wildember" ,
3- "description" : " 一个方便、快捷连接野狗实时服务适配器。" ,
4- "version" : " 1.5.4" ,
5- "author" : " ubuntuvim (https://github.com/ubuntuvim/)" ,
6- "homepage" : " https://github.com/ubuntuvim/wildember" ,
7- "repository" : {
8- "type" : " git" ,
9- "url" : " https://github.com/ubuntuvim/wildember.git"
10- },
11- "license" : " MIT" ,
12- "keywords" : [
13- " ember" ,
14- " wilddog" ,
15- " realtime" ,
16- " ember-addon"
17- ],
18- "main" : " index.js" ,
19- "ignore" : [
20- " **/.*" ,
21- " tests" ,
22- " vendor" ,
23- " node_modules" ,
24- " bower_components" ,
25- " build.sh" ,
26- " changelog.txt" ,
27- " Brocfile.js" ,
28- " package.json"
29- ],
303 "dependencies" : {
314 "wilddog" : " 0.7.2" ,
325 "Faker" : " ^3.1.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " wildember" ,
33 "description" : " 一个方便、快捷连接野狗实时服务适配器。" ,
4- "version" : " 1.5.4 " ,
4+ "version" : " 1.5.5 " ,
55 "author" : " ubuntuvim (https://github.com/ubuntuvim/)" ,
66 "homepage" : " https://wildember.ddlisting.com" ,
77 "directories" : {
You can’t perform that action at this time.
0 commit comments