]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/generate-code-contributors.ts
Put features table in about page
[github/Chocobozzz/PeerTube.git] / scripts / generate-code-contributors.ts
index 0cce62180cb5c36420288228c39097679754408b..3d37372d1e4aa2692ce018ea9d5338dea6142135 100755 (executable)
@@ -1,5 +1,5 @@
 import { doRequest } from '../server/helpers/requests'
-import { readFileSync } from 'fs'
+import { readFileSync } from 'fs-extra'
 
 run()
   .then(() => process.exit(0))