Skip to content

Commit

Permalink
Add Dependencies section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
kand committed Aug 11, 2015
1 parent baf331f commit 626ba77
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ To run tests:
```bash
$ npm test
```

### Notes
#### Dependencies
This project should never have outside, frontend dependencies since it really should be one of, if not, _the_ first JS to run on the page. Otherwise, potential ad views could be lost.

0 comments on commit 626ba77

Please sign in to comment.