Skip to content

Commit

Permalink
Added missing mime dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed Jan 4, 2011
1 parent 931f695 commit 1cc9904
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -22,8 +22,8 @@ Support Node 0.3.3 (thanks [Pete Bevin](http://www.petebevin.com/))
For the brave enough to hack a Zombie, we now support (and `cake setup`
assumes) `npm bundle`.

221 Tests
2.9 sec to complete
224 Tests
3.1 sec to complete


### Version 0.8.6 2010-12-31
Expand Down
3 changes: 3 additions & 0 deletions TODO.md
Expand Up @@ -10,3 +10,6 @@ zombie.js-todo(7) -- Wishlist
and timezone; allow changing browser timezone and default to system's.

* Prompts: handle window.confirm and window.alert.

* CSS support: DOM API support for stylesheets and the style attribute;
optionally loading so we don't impact performance.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -27,7 +27,8 @@
"base64": "1.0.1",
"cssom": "0.2.0",
"html5": "0.2.7",
"jsdom": "0.1.22"
"jsdom": "0.1.22",
"mime": "1.1.0"
},
"devDependencies": {
"coffee-script": ">= 1.0.0",
Expand Down

0 comments on commit 1cc9904

Please sign in to comment.