Merge pull request #1791 from spotify/rugvip/graphqlsrc

plugins/graphql: fix main field in publish config
This commit is contained in:
Patrik Oldsberg
2020-07-30 19:21:52 +02:00
committed by GitHub
+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": {