standard
Advanced tools
Comparing version 6.0.6 to 6.0.7
@@ -6,2 +6,15 @@ # Change Log | ||
## 6.0.7 - 2016-02-18 | ||
- Revert: Use install location of standard as eslint `cwd` (fixes [#429](https://github.com/feross/standard/issues/429)) | ||
## 6.0.6 - 2016-02-18 | ||
- Use eslint 2.1.0 | ||
- Fix: Use install location of standard as eslint `cwd` (fixes [snazzy/#8](https://github.com/feross/snazzy/issues/8)) | ||
## 6.0.5 - 2016-02-12 | ||
- Use eslint 2.0.0 stable | ||
## 6.0.4 - 2016-02-07 | ||
@@ -8,0 +21,0 @@ |
@@ -25,4 +25,3 @@ var eslint = require('eslint') | ||
}, | ||
cwd: __dirname, | ||
formatter: 'Formatting is no longer included with standard. Install it separately: "npm install -g standard-format"' | ||
} |
{ | ||
"name": "standard", | ||
"description": "JavaScript Standard Style", | ||
"version": "6.0.6", | ||
"version": "6.0.7", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "email": "feross@feross.org", |
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
48440
177