Skip to content

Commit

Permalink
Adding async module and removing old version of Node from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
luboskmetko committed Jul 27, 2016
1 parent 13c6d9d commit 7c8f01f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ node_js:
- v6
- v5
- v4
- '0.12'
- '0.10'
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"test": "mocha test/**/*.test.js -b --reporter spec"
},
"dependencies": {
"async": "^2.0.1",
"lodash": "^4.12.0",
"yeoman-assert": "^2.2.1",
"yeoman-generator": "^0.24.1",
Expand Down

0 comments on commit 7c8f01f

Please sign in to comment.