Skip to content

Commit

Permalink
v6.21.10. Bugfix. Improvement.
Browse files Browse the repository at this point in the history
- v6.21.10 February 6, 2013
	- Updated dependencies
		- [watchr](https://github.com/bevry/watchr) from ~2.3.4 to ~2.3.7
			- Works better for projects that have a large amount of files
  • Loading branch information
balupton committed Feb 6, 2013
1 parent 724b2fa commit 05e9a7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,5 +1,10 @@
## History

- v6.21.10 February 6, 2013
- Updated dependencies
- [watchr](https://github.com/bevry/watchr) from ~2.3.4 to ~2.3.7
- Works better for projects that have a large amount of files

- v6.21.9 February 6, 2013
- We now completely ignore growl failures
- We now alert the user of watch failures but still ignore them overall (as to not bring down the entire app)
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "docpad",
"version": "6.21.9",
"version": "6.21.10",
"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",
"installUrl": "http://docpad.org/install",
Expand Down Expand Up @@ -71,7 +71,7 @@
"semver": "~1.1.2",
"lodash": "~1.0.0",
"backbone": "0.9.9",
"watchr": "~2.3.4",
"watchr": "~2.3.7",
"yamljs": "~0.1.4"
},
"optionalDependencies": {
Expand Down

0 comments on commit 05e9a7e

Please sign in to comment.