Skip to content

Commit ad1bdc7

Browse files
committed
0.4.0 release
1 parent 4cb4f2f commit ad1bdc7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/plugin.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ exports.onHandleConfig = function(ev)
137137
}
138138
catch(err)
139139
{
140-
throw new Error("Could not locate `package.json` in package path '" +packagePath +"'.");
140+
throw new Error("Could not locate `package.json` in package path '" + packagePath + "'.");
141141
}
142142

143143
// Store destination for sources, gitignore and create the path to <doc destination>/script/search_index.js
@@ -568,8 +568,8 @@ function parsePackageJsonJSPMDependencies(packageObj, jspmPackageMap)
568568
}
569569
else if (!silent)
570570
{
571-
console.log("esdoc-plugin-jspm - Warning: could not locate package '" +key +"' in `jspm.dependencies` entry "
572-
+ "in `package.json`.");
571+
console.log("esdoc-plugin-jspm - Warning: could not locate package '" + key
572+
+ "' in `jspm.dependencies` entry in `package.json`.");
573573
}
574574
}
575575
return jspmPackageMap;

0 commit comments

Comments
 (0)