babel-relay-plugin
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -145,6 +145,6 @@ // @generated | ||
if (state.isLegacyState) { | ||
return result; | ||
return result; // eslint-disable-line consistent-return | ||
} else { | ||
path.replaceWith(result); | ||
} | ||
path.replaceWith(result); | ||
} | ||
} | ||
@@ -151,0 +151,0 @@ } |
@@ -17,3 +17,2 @@ // @generated | ||
var fs = require('fs'); | ||
var path = require('path'); | ||
var util = require('util'); | ||
@@ -20,0 +19,0 @@ |
{ | ||
"name": "babel-relay-plugin", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Babel Relay Plugin for transpiling GraphQL queries for use with Relay.", | ||
@@ -28,3 +28,3 @@ "license": "BSD-3-Clause", | ||
"glob": "^5.0.15", | ||
"jest-cli": "^0.5.8", | ||
"jest-cli": "^0.8.1", | ||
"minimist": "^1.1.3", | ||
@@ -43,2 +43,3 @@ "mkdirp": "^0.5.1", | ||
], | ||
"testRunner": "<rootDir>/node_modules/jest-cli/src/testRunners/jasmine/jasmine2.js", | ||
"unmockedModulePathPatterns": [ | ||
@@ -45,0 +46,0 @@ "<rootDir>/" |
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
84384
1918