the final version... 2
This commit is contained in:
parent
76cfb79542
commit
16df5f584f
|
@ -1 +1,2 @@
|
|||
node_modules
|
||||
*.tgz
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "shmatter",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "shmatter",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Parse bash comments as if they were YAML frontmatter, almost.",
|
||||
"main": "shmatter.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -64,6 +64,7 @@ function parseYamlish(txt) {
|
|||
return cfg;
|
||||
}
|
||||
|
||||
module.exports = parseYamlish;
|
||||
module.exports.parse = parseYamlish;
|
||||
|
||||
if (require.main === module) {
|
||||
|
|
Loading…
Reference in New Issue