atm3-postpackager-list-html
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -43,5 +43,5 @@ var path = require('path'), | ||
files.forEach(function (file) { | ||
var matches = file.getContent().match(/\<title\>(\S*\)-(\S*)<\/title>/i); | ||
var matches = file.getContent().match(/<title>(\S*)-(\S*)<\/title>/i); | ||
if (!matches) { | ||
matches = file.getContent().match(/\<title\>(\S*)<\/title>/i) | ||
matches = file.getContent().match(/<title>(\S*)<\/title>/i) | ||
} | ||
@@ -48,0 +48,0 @@ var title = matches ? RegExp.$1 : file.basename; |
{ | ||
"name": "atm3-postpackager-list-html", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "atm3 generate list.html", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
3340