create-nteract-app
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "create-nteract-app", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "create an nteractive computing app!", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -5,5 +5,6 @@ const withMDX = require("@zeit/next-mdx")(); | ||
return { | ||
"/": { page: "/" } | ||
"/": { page: "/" }, | ||
"/cell": { page: "/cell" } | ||
}; | ||
} | ||
}); |
207103
648