We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aafa4d3 + 476005b commit d3e9189Copy full SHA for d3e9189
package.json
@@ -53,12 +53,14 @@
53
"babel": "5.8.3",
54
"babel-core": "5.8.3",
55
"babel-eslint": "3.1.26",
56
+ "bluebird": "2.9.34",
57
"chai": "3.0.0",
58
"chai-subset": "1.0.1",
59
"coveralls": "2.11.2",
60
"eslint": "0.24.0",
61
"flow-bin": "0.13.1",
62
"isparta": "3.0.3",
63
+ "minimist": "1.1.2",
64
"mocha": "2.2.5",
65
"sane": "1.1.3"
66
}
src/tools/print-schema/src/index.js
@@ -8,7 +8,7 @@
8
*/
9
10
import { getIntrospectionResult }
11
- from '../../../../src/language/schema/printer';
+ from '../../../language/schema/printer';
12
13
var Promise = require('bluebird');
14
var parseArgs = require('minimist');
0 commit comments