Browse Source

chore: remove unused dep to fix lint warning (#4115)

main
Eric Cheng 3 years ago
committed by GitHub
parent
commit
4cd92f8353
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      plugins/gatsby-transformer-home-example-code/gatsby-node.js

1
plugins/gatsby-transformer-home-example-code/gatsby-node.js

@ -3,7 +3,6 @@
*/
const crypto = require('crypto');
const path = require('path');
const createContentDigest = obj =>
crypto

Loading…
Cancel
Save