Skip to content

Commit

Permalink
Switch back to mocha from ava. (#143)
Browse files Browse the repository at this point in the history
* Switch back to mocha from ava.

* Make lint happy.

* Uncache vision.

* Make canvas dependency optional.

* Change node version.

* Remove const
  • Loading branch information
jmdobry authored Jun 30, 2016
1 parent fe0f757 commit fec6285
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vision/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
},
"dependencies": {
"async": "^1.5.0",
"canvas": "^1.3.15",
"gcloud": "^0.32.0",
"natural": "^0.4.0",
"redis": "^2.6.0-2"
},
"optionalDependencies": {
"canvas": "^1.3.15"
}
}

0 comments on commit fec6285

Please sign in to comment.