Skip to content

Commit

Permalink
v6.0.12. More robust node and git path handling.
Browse files Browse the repository at this point in the history
- v6.0.12 June 26, 2012
	- More robust node and git path handling
	- Dependency updates
		- [bal-util](https://github.com/balupton/bal-util) from v1.9 to v1.10
  • Loading branch information
balupton committed Jun 26, 2012
1 parent 5b91afb commit 6fd866e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ before_script: "make test-prepare"
node_js:
- 0.4
- 0.6
- 0.7
- 0.8
notifications:
irc:
- "irc.freenode.org#bevry"
Expand Down
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## History

- v6.0.12 June 26, 2012
- More robust node and git path handling
- Dependency updates
- [bal-util](https://github.com/balupton/bal-util) from v1.9 to v1.10

- v6.0.11 June 24, 2012
- We now output that we are actually installing the skeleton, rather than just doing nothing
- We now also always output the skeleton clone and instlalation progress to the user
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docpad",
"version": "6.0.11",
"version": "6.0.12",
"description": "DocPad is a language agnostic document management system. This means you write your website as documents, in whatever language you wish, and DocPad will handle the compiling, templates and layouts for you. For static documents it will generate static files, for dynamic documents it'll re-render them on each request. You can utilise DocPad by itself, or use it as a module your own custom system. It's pretty cool, and well worth checking out. We love it.",
"homepage": "https://github.com/bevry/docpad",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"node": ">=0.4.0"
},
"dependencies": {
"bal-util": "1.9.x",
"bal-util": "1.10.x",
"express": "2.5.x",
"mime": "1.2.x",
"query-engine": "1.2.x",
Expand Down

0 comments on commit 6fd866e

Please sign in to comment.