Skip to content

Commit 0534376

Browse files
authored
Merge branch 'master' into greenkeeper/flow-bin-0.37.4
2 parents ecb1c25 + b639fb0 commit 0534376

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@
6464
"babel-plugin-transform-regenerator": "6.21.0",
6565
"chai": "3.5.0",
6666
"chai-json-equal": "0.0.1",
67-
"chai-subset": "1.3.0",
67+
"chai-subset": "1.4.0",
6868
"coveralls": "2.11.15",
6969
"eslint": "3.12.2",
7070
"eslint-plugin-babel": "4.0.0",
71-
"eslint-plugin-flowtype": "2.29.1",
71+
"eslint-plugin-flowtype": "2.29.2",
7272
"flow-bin": "0.37.4",
7373
"isparta": "4.0.0",
7474
"mocha": "3.2.0",
75-
"sane": "1.4.1"
75+
"sane": "1.5.0"
7676
}
7777
}

src/error/GraphQLError.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* of patent rights can be found in the PATENTS file in the same directory.
99
*/
1010

11-
import { getLocation } from '../language';
11+
import { getLocation } from '../language/location';
1212
import type { ASTNode } from '../language/ast';
1313
import type { Source } from '../language/source';
1414

0 commit comments

Comments
 (0)