Skip to content

Commit

Permalink
Merge branch 'README'
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Oct 7, 2014
2 parents 360a00d + cdb812a commit ec2d7a9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@ Before our `1.0` release, breaking API changes will cause a bump to
Please refer to the [upgrade guide](/UPGRADE_GUIDE.md) and
[changelog](/CHANGELOG.md) when upgrading.

### App Dependencies

We use the following dependencies from npm:

- `when` for promises
- `flux` for a dispatcher
- `events` for event emitters.

It is likely that your app will need dependencies like these. We
recommend you use the same modules that the router uses to decrease the
overall size of your application.

Installation
------------

Expand Down

0 comments on commit ec2d7a9

Please sign in to comment.