codemirror-graphql
Advanced tools
Comparing version 0.6.2 to 0.6.3
{ | ||
"name": "codemirror-graphql", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "GraphQL mode and helpers for CodeMirror.", | ||
@@ -76,3 +76,3 @@ "contributors": [ | ||
"codemirror": "5.22.2", | ||
"eslint": "3.13.1", | ||
"eslint": "3.15.0", | ||
"eslint-plugin-babel": "4.0.1", | ||
@@ -82,3 +82,3 @@ "eslint-plugin-flowtype": "2.30.0", | ||
"graphql": "0.9.0", | ||
"jsdom": "9.9.1", | ||
"jsdom": "9.10.0", | ||
"mocha": "3.2.0", | ||
@@ -85,0 +85,0 @@ "sane": "1.5.0" |
@@ -57,3 +57,3 @@ 'use strict'; | ||
if (state.rule.length === 0) { | ||
if (state.rule && state.rule.length === 0) { | ||
popRule(state); | ||
@@ -60,0 +60,0 @@ } else if (state.needsAdvance) { |
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
106041