eslint-scope
Advanced tools
Comparing version 3.7.0 to 3.7.1
@@ -0,1 +1,6 @@ | ||
v3.7.1 - April 12, 2017 | ||
* ced6262 Fix: restore previous Scope API exports from escope (#31) (Vitor Balocco) | ||
* 5c3d966 Fix: Remove and Modify tests that contain invalid ES6 syntax (#29) (Reyad Attiyat) | ||
v3.7.0 - March 17, 2017 | ||
@@ -2,0 +7,0 @@ |
@@ -58,3 +58,3 @@ /* | ||
const Variable = require("./variable"); | ||
const Scope = require("./scope"); | ||
const Scope = require("./scope").Scope; | ||
const version = require("../package.json").version; | ||
@@ -61,0 +61,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"main": "lib/index.js", | ||
"version": "3.7.0", | ||
"version": "3.7.1", | ||
"engines": { | ||
@@ -9,0 +9,0 @@ "node": ">=4.0.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
76067