Skip to content

Commit

Permalink
Bump version to 0.0.2
Browse files Browse the repository at this point in the history
- Change Express view engine
  - Replace `jade` with `hbs`
  - Refactor templates
- Update layout template
  - Add meta tags
  - Add `Skeleton` stylesheet
  - Add `highlight.js` github theme stylesheet
  - Update custom styles
  - Add Google Analytics
- Update error template
  - Display logo and link to homepage
- Render homepage with content from `README.md`
  - Use `marked` and `highlight.js`
  • Loading branch information
remarkablemark committed Sep 6, 2016
1 parent 7dfe718 commit 86da74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "corsmirror",
"version": "0.0.1",
"version": "0.0.2",
"description": "Mirror sites with CORS enabled.",
"author": "Mark <mark@remarkablemark.org>",
"main": "bin/www",
Expand Down

0 comments on commit 86da74a

Please sign in to comment.