apostrophe-browser-support
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -30,3 +30,3 @@ var fs = require('fs'); | ||
self._app.get('/apos/browser-support/old-browser', function(req, res){ | ||
self._app.get('/apos-browser-support/old-browser', function(req, res){ | ||
return res.send(self.render('oldbrowser')); | ||
@@ -33,0 +33,0 @@ }); |
{ | ||
"name": "apostrophe-browser-support", | ||
"version": "0.5.0", | ||
"description": "Maintain the aesthetic of your website by restricting old browsers from seeing it.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/blockaj/apostrophe-browser-support" | ||
}, | ||
"author": "Aaron Block", | ||
"license": "MIT" | ||
} | ||
"name": "apostrophe-browser-support", | ||
"version": "0.5.1", | ||
"description": "Maintain the aesthetic of your website by restricting old browsers from seeing it.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/blockaj/apostrophe-browser-support" | ||
}, | ||
"author": "Aaron Block", | ||
"license": "MIT" | ||
} |
68816