Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit 1db2897

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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)