Skip to content

Commit 29bc904

Browse files
authored
Switch back to mocha from ava. (#143)
* Switch back to mocha from ava. * Make lint happy. * Uncache vision. * Make canvas dependency optional. * Change node version. * Remove const
1 parent 425d4be commit 29bc904

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/google-cloud-vision/samples/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
},
1010
"dependencies": {
1111
"async": "^1.5.0",
12-
"canvas": "^1.3.15",
1312
"gcloud": "^0.32.0",
1413
"natural": "^0.4.0",
1514
"redis": "^2.6.0-2"
15+
},
16+
"optionalDependencies": {
17+
"canvas": "^1.3.15"
1618
}
1719
}

0 commit comments

Comments
 (0)