plugins/graphql: fix main field in publish config
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user