We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0682baa commit e5d1bf4Copy full SHA for e5d1bf4
postpack.js
@@ -7,4 +7,6 @@ import pkg from './package.json'
7
*/
8
delete pkg.type
9
10
+pkg.main = 'index.js'
11
+
12
fs.writeFileSync('./dist/package.json', JSON.stringify(pkg, null, 2))
0 commit comments