graphql-config
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -72,3 +72,3 @@ "use strict"; | ||
var configContents; | ||
if (configPath.endsWith('.yaml')) { | ||
if (configPath.endsWith('.yaml') || configPath.endsWith('.yml')) { | ||
configContents = yaml.safeDump(config); | ||
@@ -75,0 +75,0 @@ } |
{ | ||
"name": "graphql-config", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)", | ||
@@ -18,3 +18,4 @@ "main": "lib/index.js", | ||
"test-only": "npm run build && npm run copy-test-assets && ava --verbose lib/__tests__/**/*.js --serial", | ||
"test": "tslint src/**/*.ts && npm run test-only" | ||
"test": "tslint src/**/*.ts && npm run test-only", | ||
"semantic-release": "semantic-release" | ||
}, | ||
@@ -36,3 +37,3 @@ "ava": { | ||
"type": "git", | ||
"url": "git+https://github.com/graphcool/graphql-config.git" | ||
"url": "https://github.com/graphcool/graphql-config.git" | ||
}, | ||
@@ -62,3 +63,4 @@ "keywords": [ | ||
"tslint-config-standard": "^7.0.0", | ||
"typescript": "^2.6.2" | ||
"typescript": "^2.6.2", | ||
"semantic-release": "^11.0.2" | ||
}, | ||
@@ -65,0 +67,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74550
12
43