Comparing version 0.1.0 to 0.1.1
@@ -25,7 +25,2 @@ var createError = require('http-errors'); | ||
app.get('/demo', function(req, res) { | ||
res.render('demo', { title: 'Danfo Notebooks | Interactive Notebook Interface for JavaScript Developers', demo:true }); | ||
}); | ||
app.get('/getting-started', function (req, res) { | ||
@@ -32,0 +27,0 @@ res.render('getting-started', { title: 'Getting Started with Danfo Notebooks | Interactive Notebook Interface for JavaScript Developers' }); |
{ | ||
"name": "dnotebook", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Jupyter-like library for JavaScript environment. It allows you to create and share pages that contain live code, text and visualizations.", | ||
@@ -5,0 +5,0 @@ "main": "dnotebook/src/bin/www", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
192428
25
1751