Comparing version 1.0.3 to 1.0.4
@@ -30,2 +30,3 @@ var express = require('express'); | ||
app.use('/static', express.static(__dirname + '/static')); | ||
app.use('/node_modules', express.static(__dirname + '/node_modules')); | ||
@@ -32,0 +33,0 @@ // catch 404 and forward to error handler |
{ | ||
"name": "theater", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Pro Markdown template previewing", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/parisk/theater", |
Sorry, the diff of this file is not supported yet
9720
162