Skip to content

Commit

Permalink
v6.55.7. Bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Nov 28, 2013
1 parent 80c27f7 commit 1a7be51
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions History.md
@@ -1,5 +1,8 @@
# History

- v6.55.7 November 28, 2013
- Fixed Node.js v0.8 compatibility (regression since v6.55.3)

- v6.55.6 November 28, 2013
- Output a huge warning banner when running DocPad against an unstable version of Node.js

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"title": "DocPad. Streamlined web development.",
"name": "docpad",
"version": "6.55.6",
"version": "6.55.7",
"description": "DocPad is a next generation web architecture that lets you create fast static websites with dynamic abilities and powerful abstractions. Write your website as files on your computer, entries in a database, or even RSS feeds and DocPad will import it, generate & render it, then output a static website for deployment anywhere or a dynamic node website for advanced server-side functionality. Use it as a module or standalone. It's purely awesome. Check it out.",
"homepage": "http://docpad.org",
"installUrl": "http://docpad.org/install",
Expand Down Expand Up @@ -129,7 +129,7 @@
"safeps": "~2.2.9",
"semver": "~2.2.1",
"superagent": "~0.15.4",
"taskgroup": "~3.3.4",
"taskgroup": "~3.3.5",
"typechecker": "~2.0.8",
"watchr": "~2.4.4",
"yamljs": "~0.1.4",
Expand Down
1 change: 1 addition & 0 deletions src/lib/docpad.coffee
Expand Up @@ -5,6 +5,7 @@
pathUtil = require('path')
{lazyRequire} = require('lazy-require')
corePath = pathUtil.resolve(__dirname, '..', '..')
setImmediate = setImmediate or process.nextTick # node 0.8 b/c

# Profile
if ('--profile' in process.argv)
Expand Down

0 comments on commit 1a7be51

Please sign in to comment.