plugins/graphql: fix main field in publish config

This commit is contained in:
Patrik Oldsberg
2020-07-30 18:24:35 +02:00
parent f1b96fe8ef
commit e68e174c3b
+1 -1
View File
@@ -7,7 +7,7 @@
"private": true,
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"scripts": {