Skip to content

Commit

Permalink
update to watch-notify 0.0.3 and bump to version 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
podefr committed Apr 13, 2015
1 parent 948cbe3 commit c0b8db9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -1234,7 +1234,11 @@ describe("Promise is a partially Promise/A+ compliant implementation", function

## Changelog

### 3.0.5 - 7 APR 2015
### 3.0.6 - 12 APR 2015

* Update to watch-notify 0.0.3

#### 3.0.5 - 7 APR 2015

* Update to observable-store 0.0.5

Expand Down
22 changes: 11 additions & 11 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "emily",
"description": "Runtime agnostic JS library for scalable web applications.",
"version": "3.0.5",
"version": "3.0.6",
"homepage": "http://flams.github.com/emily/",
"licenses": [
{
Expand Down Expand Up @@ -39,21 +39,21 @@
"node": ">= 0.6.0"
},
"dependencies": {
"get-global": "0.0.1",
"simple-object-mixin": "0.0.1",
"compare-numbers": "0.0.1",
"object-count": "0.0.1",
"shallow-diff": "0.0.2",
"get-closest": "0.0.2",
"get-global": "0.0.1",
"highway": "0.0.3",
"nested-property": "0.0.6",
"to-array": "~0.1.4",
"object-count": "0.0.1",
"observable-store": "0.0.5",
"shallow-copy": "0.0.1",
"shallow-diff": "0.0.2",
"simple-loop": "0.0.3",
"simple-object-mixin": "0.0.1",
"synchronous-fsm": "0.0.3",
"watch-notify": "0.0.3",
"highway": "0.0.2",
"observable-store": "0.0.5",
"to-array": "~0.1.4",
"transport": "0.0.3",
"simple-loop": "0.0.3",
"get-closest": "0.0.2"
"watch-notify": "0.0.3"
},
"scripts": {
"test": "jasmine-node specs/",
Expand Down

0 comments on commit c0b8db9

Please sign in to comment.