Skip to content

Commit

Permalink
Add dependencies for supporting older versions of node
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAsAChimp committed Feb 24, 2016
1 parent 6e8e449 commit f5ade7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@
},
"dependencies": {
"async": "^1.5.0",
"babel-runtime": "^6.5.0",
"bless": "~4.0.0",
"chalk": "~1.1.0"
"chalk": "~1.1.0",
"es6-promise": "^3.1.2"
},
"devDependencies": {
"grunt": ">=0.4.0",
Expand Down

0 comments on commit f5ade7b

Please sign in to comment.