Skip to content

Commit

Permalink
Add esprima-fb as peer dependecy to make travis happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Riojas committed Feb 24, 2015
1 parent e6c0d3a commit 1e73618
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,4 +1,4 @@
language: node_js
node_js:
- 0.12
- 0.10
- 0.10.33
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -34,7 +34,8 @@
"esprima-fb": "^12001.1.0-dev-harmony-fb"
},
"dependencies": {
"fresh-falafel": "^0.2.3"
"fresh-falafel": "^0.2.3",
"esprima-fb": "^12001.1.0-dev-harmony-fb"
},
"devDependencies": {
"chai": "*",
Expand Down

0 comments on commit 1e73618

Please sign in to comment.