graphql-config-extension-graphcool
Advanced tools
Comparing version 0.0.0-alpha.3 to 0.0.0-alpha.4
@@ -74,3 +74,3 @@ "use strict"; | ||
case 0: | ||
joinedYmlPath = cwd ? path.join(ymlPath, cwd) : ymlPath; | ||
joinedYmlPath = cwd ? path.join(cwd, ymlPath) : ymlPath; | ||
definition = new graphcool_yml_1.GraphcoolDefinitionClass(env, joinedYmlPath); | ||
@@ -77,0 +77,0 @@ return [4 /*yield*/, definition.load({})]; |
{ | ||
"name": "graphql-config-extension-graphcool", | ||
"version": "0.0.0-alpha.3", | ||
"version": "0.0.0-alpha.4", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet