Skip to content

Commit 8247930

Browse files
mmmeffhuv1k
authored andcommitted
Reverting license fields back to MIT to restore automated license-testing consumers (#960)
1 parent 19bb87b commit 8247930

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

packages/graphql-playground-html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"Mohammad Rajabifard <[email protected]>"
1010
],
1111
"repository": "http://github.com/graphcool/graphql-playground.git",
12-
"license": "SEE LICENSE IN LICENSE",
12+
"license": "MIT",
1313
"main": "dist/index.js",
1414
"files": [
1515
"dist"

packages/graphql-playground-middleware-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"Mohammad Rajabifard <[email protected]>"
1010
],
1111
"repository": "http://github.com/graphcool/graphql-playground.git",
12-
"license": "SEE LICENSE IN LICENSE",
12+
"license": "MIT",
1313
"main": "dist/index.js",
1414
"files": [
1515
"dist"

packages/graphql-playground-middleware-hapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"Drake Costa <[email protected]>"
1111
],
1212
"repository": "http://github.com/graphcool/graphql-playground.git",
13-
"license": "SEE LICENSE IN LICENSE",
13+
"license": "MIT",
1414
"main": "dist/index.js",
1515
"files": [
1616
"dist"

packages/graphql-playground-middleware-koa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"Mohammad Rajabifard <[email protected]>"
1010
],
1111
"repository": "http://github.com/graphcool/graphql-playground.git",
12-
"license": "SEE LICENSE IN LICENSE",
12+
"license": "MIT",
1313
"main": "dist/index.js",
1414
"files": [
1515
"dist"

packages/graphql-playground-middleware-lambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"Mohammad Rajabifard <[email protected]>"
1010
],
1111
"repository": "http://github.com/graphcool/graphql-playground.git",
12-
"license": "SEE LICENSE IN LICENSE",
12+
"license": "MIT",
1313
"main": "dist/index.js",
1414
"files": [
1515
"dist"

packages/graphql-playground-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"type": "git",
1414
"url": "http://github.com/graphcool/graphql-playground.git"
1515
},
16-
"license": "SEE LICENSE IN LICENSE",
16+
"license": "MIT",
1717
"scripts": {
1818
"start": "node scripts/start.js",
1919
"start:analyze": "ANALYZE_BUNDLE=true node scripts/start.js",

0 commit comments

Comments
 (0)