Skip to content

Commit 92a1749

Browse files
authored
package.json license field for graphiql-explorer (#2745)
* package.json license field for graphiql-explorer Specify `MIT` for the new `graphiql-explorer` plugin so that it passes our and other checks! * add changeset
1 parent 0219eef commit 92a1749

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.changeset/calm-falcons-arrive.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@graphiql/plugin-explorer": patch
3+
"graphiql": patch
4+
---
5+
6+
Specify MIT license for `@graphiql/plugin-explorer` `package.json`

packages/graphiql-plugin-explorer/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"main": "dist/graphiql-plugin-explorer.cjs.js",
55
"module": "dist/graphiql-plugin-explorer.es.js",
66
"types": "types/index.d.ts",
7+
"license": "MIT",
78
"keywords": [
89
"react",
910
"graphql",

0 commit comments

Comments
 (0)