4 Commits

Author SHA1 Message Date
Alexandre Gigliotti
f143065dbf 0.1.9 2015-08-26 15:09:16 -07:00
Alexandre Gigliotti
4501132051 Updated build config. 2015-08-26 15:08:09 -07:00
Alexandre Gigliotti
006d059e1b 0.1.8 2015-08-26 15:06:04 -07:00
Alexandre Gigliotti
0a743f6b2e Updated build config. 2015-08-26 15:05:59 -07:00
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
language: node_js language: node_js
node_js: node_js:
- "node" - "iojs"
notifications:
email:
on_success: change
on_failure: always

View File

@@ -1,6 +1,6 @@
{ {
"name": "inline-html", "name": "inline-html",
"version": "0.1.7", "version": "0.1.9",
"description": "Inline local assets referenced in an HTML document.", "description": "Inline local assets referenced in an HTML document.",
"repository": "panosoft/inline-html", "repository": "panosoft/inline-html",
"main": "lib/index.js", "main": "lib/index.js",