@fullstackio/cq
Advanced tools
Comparing version 4.0.4 to 4.0.5
@@ -67,3 +67,3 @@ #!/usr/bin/env node | ||
if (!foundEngine) { | ||
engine = require(potentialEngine); | ||
engine = require(potentialEngine)(); | ||
foundEngine = true; | ||
@@ -70,0 +70,0 @@ } |
{ | ||
"name": "@fullstackio/cq", | ||
"version": "4.0.4", | ||
"version": "4.0.5", | ||
"description": "query code with selectors", | ||
@@ -33,3 +33,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@fullstackio/cqmd": "^4.0.4", | ||
"@fullstackio/cqmd": "^4.0.5", | ||
"babel-cli": "^6.10.1", | ||
@@ -36,0 +36,0 @@ "babel-core": "^6.9.1", |
@@ -60,3 +60,3 @@ #!/usr/bin/env node | ||
if(!foundEngine) { | ||
engine = require(potentialEngine); | ||
engine = require(potentialEngine)(); | ||
foundEngine = true | ||
@@ -63,0 +63,0 @@ } |
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
627713