commit
176f96e242
|
@ -308,7 +308,7 @@ function loadModelDefinition(rootDir, jsonFile, allFiles) {
|
|||
var definition = require(jsonFile);
|
||||
var basename = path.basename(jsonFile, path.extname(jsonFile));
|
||||
|
||||
// find a matching file with `.js` or any other supported extension like `.coffee`
|
||||
// find a matching file with a supported extension like `.js` or `.coffee`
|
||||
var base, ext, validFileType;
|
||||
var sourceFile = allFiles
|
||||
.filter(function(f) {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-boot",
|
||||
"version": "2.2.0",
|
||||
"version": "2.3.0",
|
||||
"description": "Convention-based bootstrapper for LoopBack applications",
|
||||
"keywords": [
|
||||
"StrongLoop",
|
||||
|
|
Loading…
Reference in New Issue