Skip to content

Commit

Permalink
fix(dependencies): updates chai and dedent depedencies
Browse files Browse the repository at this point in the history
Chai updated to 3.4.1, dedent updated to 0.6.0

Closes #60 Closes #59 Closes #58
  • Loading branch information
jimthedev committed Nov 9, 2015
1 parent 66ab19c commit 0c71d72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"author": "Jim Cummins <jimthedev@gmail.com> (https://github.com/jimthedev)",
"license": "MIT",
"devDependencies": {
"chai": "3.4.0",
"chai": "3.4.1",
"codecov.io": "0.1.6",
"ghooks": "0.3.2",
"istanbul": "0.3.22",
Expand All @@ -57,7 +57,7 @@
"babel": "5.8.29",
"chalk": "1.1.1",
"cz-conventional-changelog": "1.1.4",
"dedent": "0.4.0",
"dedent": "0.6.0",
"find-node-modules": "1.0.1",
"glob": "5.0.15",
"gulp": "3.9.0",
Expand Down

0 comments on commit 0c71d72

Please sign in to comment.