-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #196 from mean-expert-official/development
Release 2.1.0-alpha.17
- Loading branch information
Showing
22 changed files
with
2,371 additions
and
2,210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,14 +46,16 @@ console.log(chalk.green('* /_/ | |
console.log(chalk.green('* *')); | ||
console.log(chalk.green('*========================================================================================*')); | ||
console.log(chalk.green('* *')); | ||
console.log(chalk.green('* Developed & Maintained by The MEAN Expert · http://mean.expert *')); | ||
console.log(chalk.green('* http://github.com/mean-expert-official *')); | ||
console.log(chalk.green('* Developed & Maintained by Jonathan Casarrubias *')); | ||
console.log(chalk.green('* MEAN Expert · http://mean.expert · http://github.com/mean-expert-official *')); | ||
console.log(chalk.green('* *')); | ||
console.log(chalk.green('* CONTRIBUTORS *')); | ||
console.log(chalk.green('* João Ribeiro <http://jonnybgod.ghost.io> *')); | ||
console.log(chalk.green('* Nikolay Matiushenkov <https://github.com/mnvx> *')); | ||
console.log(chalk.green('* Sylvain Dumont <https://www.weboaks.com> *')); | ||
console.log(chalk.green('* Yonggang Luo <https://github.com/lygstate> *')); | ||
console.log(chalk.green('* Chris Tunbridge <https://github.com/Destreyf> *')); | ||
console.log(chalk.green('* Miguel Serrano <https://github.com/Serranom4> *')); | ||
console.log(chalk.green('* *')); | ||
console.log(chalk.green('* ORIGINALLY FORKED FROM *')); | ||
console.log(chalk.green('* Miroslav Bajtos\' <[email protected]> *')); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@mean-expert/loopback-sdk-builder", | ||
"version": "2.1.0-beta.16", | ||
"version": "2.1.0-beta.17", | ||
"description": "Tool for auto-generating Software Development Kits (SDKs) for LoopBack", | ||
"bin": { | ||
"lb-sdk": "bin/lb-sdk" | ||
|
@@ -50,13 +50,24 @@ | |
"name": "Yonggang Luo", | ||
"email": "[email protected]", | ||
"url": "https://github.com/lygstate" | ||
}, | ||
{ | ||
"name": "Chris Tunbridge", | ||
"email": "[email protected]", | ||
"url": "https://github.com/Destreyf" | ||
}, | ||
{ | ||
"name": "Miguel Serrano", | ||
"email": "[email protected]", | ||
"url": "https://github.com/Serranom4" | ||
} | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/mean-expert-official/loopback-sdk-builder/issues" | ||
}, | ||
"dependencies": { | ||
"@mean-expert/loopback-component-realtime": "^1.0.0-beta.8", | ||
"chalk": "1.1.3", | ||
"ejs": "1.0", | ||
"extfs": "0.0.7", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.