Comparing version 1.0.2 to 1.0.3
@@ -29,3 +29,3 @@ var express = require('express'); | ||
app.use('/preview', preview); | ||
app.use('/static', express.static('static')); | ||
app.use('/static', express.static(__dirname + '/static')); | ||
@@ -32,0 +32,0 @@ // catch 404 and forward to error handler |
{ | ||
"name": "theater", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Pro Markdown template previewing", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/parisk/theater", |
9635