Skip to content

Commit 71bdb8e

Browse files
committed
fixes
1 parent 3f973c5 commit 71bdb8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"eslint": "7.10.0",
13-
"@graphql-eslint/eslint-plugin": "0.0.1",
13+
"@graphql-eslint/eslint-plugin": "0.2.1",
1414
"graphql": "15.3.0",
1515
"typescript": "4.0.3"
1616
}

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-eslint/eslint-plugin",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"repository": "https://github.com/dotansimha/graphql-eslint",
55
"author": "Dotan Simha <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)