Browse Source

Add 'main' field to peertube types

Chocobozzz 5 months ago
parent
commit
d8f846c69d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/types-generator/generate-package.ts

+ 1 - 0
packages/types-generator/generate-package.ts

@@ -91,6 +91,7 @@ async function run () {
     description,
     version,
     private: false,
+    main: '',
     license: licence,
     engines,
     author,