Skip to content

Commit 4cd92f8

Browse files
authored
chore: remove unused dep to fix lint warning (reactjs#4115)
1 parent 01afd01 commit 4cd92f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: plugins/gatsby-transformer-home-example-code/gatsby-node.js

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
*/
44

55
const crypto = require('crypto');
6-
const path = require('path');
76

87
const createContentDigest = obj =>
98
crypto

0 commit comments

Comments
 (0)