Skip to content

Commit

Permalink
Merge pull request #672 from morozgrafix/test_branch
Browse files Browse the repository at this point in the history
Add missing 'chai-as-promised' dependency
  • Loading branch information
MichMich authored Jan 31, 2017
2 parents c47852c + 7731878 commit 6d50cbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Option for colored min-temp and max-temp
- Add test e2e helloworld
- Add test e2e enviroment
- Add `chai-as-promised` npm module to devDependencies

### Fixed
- Update .gitignore to not ignore default modules folder.
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"homepage": "https://github.com/MichMich/MagicMirror#readme",
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"grunt": "latest",
"grunt-eslint": "latest",
"grunt-jsonlint": "latest",
Expand Down

0 comments on commit 6d50cbb

Please sign in to comment.