Skip to content

Commit 1db2897

Browse files
committed
fix eslint error, update banner
1 parent 4086faa commit 1db2897

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/lib/markdown_parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var markdown_parser = function () {
3434
if (chunks && chunks[2]) {
3535
//parse the actual markdown
3636
returnObject.markdown = md.render(chunks[2]);
37-
} else{
37+
} else {
3838
//assume the passed in block is raw markdown
3939
returnObject.markdown = md.render(block);
4040
}

core/lib/patternlab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* patternlab-node - v2.1.0 - 2016
2+
* patternlab-node - v2.1.1 - 2016
33
*
44
* Brian Muenzenmeyer, Geoff Pursell, and the web community.
55
* Licensed under the MIT license.

0 commit comments

Comments
 (0)