Skip to content

Commit 476005b

Browse files
committed
Fix paths and dependencies in print-schema tool
1 parent aafa4d3 commit 476005b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,14 @@
5353
"babel": "5.8.3",
5454
"babel-core": "5.8.3",
5555
"babel-eslint": "3.1.26",
56+
"bluebird": "2.9.34",
5657
"chai": "3.0.0",
5758
"chai-subset": "1.0.1",
5859
"coveralls": "2.11.2",
5960
"eslint": "0.24.0",
6061
"flow-bin": "0.13.1",
6162
"isparta": "3.0.3",
63+
"minimist": "1.1.2",
6264
"mocha": "2.2.5",
6365
"sane": "1.1.3"
6466
}

src/tools/print-schema/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
import { getIntrospectionResult }
11-
from '../../../../src/language/schema/printer';
11+
from '../../../language/schema/printer';
1212

1313
var Promise = require('bluebird');
1414
var parseArgs = require('minimist');

0 commit comments

Comments
 (0)