Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# prep [![npm version](https://badge.fury.io/js/prep.svg)](https://badge.fury.io/js/prep) [![CircleCI](https://circleci.com/gh/graphcool/prep.svg?style=svg)](https://circleci.com/gh/graphcool/prep)

[![Greenkeeper badge](https://badges.greenkeeper.io/graphcool/prep.svg)](https://greenkeeper.io/)

Pre-renders your web app into static HTML based on your specified routes enabling SEO for single page applications.

> NOTE: `prep` is now based on [Chromeless](https://github.com/graphcool/chromeless). We'll shortly release an updated version.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"debug": "^2.6.0",
"debug": "^3.1.0",
"util": "^0.10.3"
},
"dependencies": {
Expand All @@ -51,7 +51,7 @@
"express-history-api-fallback": "^2.1.0",
"html-minifier": "^3.2.3",
"mkdirp": "^0.5.1",
"nightmare": "2.9.0",
"nightmare": "2.10.0",
"serve-static": "^1.10.2",
"sitemap": "^1.9.0"
}
Expand Down