We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd071b5 commit 50474deCopy full SHA for 50474de
core/lib/patternlab.js
@@ -428,7 +428,7 @@ function installPlugin(pluginName) {
428
* @return {object} Returns the object representation of the patternlab-config.json
429
*/
430
function getDefaultConfig() {
431
- return defaultConfig
+ return defaultConfig;
432
}
433
434
const patternlab_engine = function (config) {
@@ -739,7 +739,7 @@ const patternlab_engine = function (config) {
739
version: function () {
740
return patternlab.logVersion();
741
},
742
-
+
743
/**
744
* return current version
745
*
0 commit comments