coffee-jshint
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -1,5 +0,9 @@ | ||
# Change Log | ||
# Changelog | ||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
### [1.1.1](https://github.com/marviq/coffee-jshint/compare/v1.1.0...v1.1.1) (2019-06-05) | ||
<a name="1.1.0"></a> | ||
@@ -6,0 +10,0 @@ # [1.1.0](https://github.com/marviq/coffee-jshint/compare/v1.0.1...v1.1.0) (2017-11-06) |
#!/usr/bin/env node | ||
// Generated by CoffeeScript 2.0.1 | ||
// Generated by CoffeeScript 2.4.1 | ||
var _, argv, coffee, errors, help, hintFiles, other, splitArgs; | ||
@@ -4,0 +4,0 @@ |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 2.0.1 | ||
// Generated by CoffeeScript 2.4.1 | ||
var _, argv, coffee, errors, help, hintFiles, other, splitArgs; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 2.0.1 | ||
// Generated by CoffeeScript 2.4.1 | ||
var CoffeeScript, _, buildTrueObj, csVersion, defaultOptions, error, errorsToSkip, formatErrors, fs, hint, hintFiles, j, jshint, len, ref, semver, supplant, supplantRe; | ||
@@ -177,3 +177,3 @@ | ||
results = []; | ||
for (i = k = 0, ref1 = keys.length; 0 <= ref1 ? k <= ref1 : k >= ref1; i = 0 <= ref1 ? ++k : --k) { | ||
for (i = k = 0, ref1 = keys.length; (0 <= ref1 ? k <= ref1 : k >= ref1); i = 0 <= ref1 ? ++k : --k) { | ||
results.push(true); | ||
@@ -180,0 +180,0 @@ } |
@@ -11,4 +11,4 @@ { | ||
"optimist": "~0.6.1", | ||
"semver": "^5.4.1", | ||
"underscore": "~1.8.3" | ||
"semver": "^6.1.1", | ||
"underscore": "^1.9.1" | ||
}, | ||
@@ -18,3 +18,3 @@ "description": "Checks CoffeeScript source for errors using JSHint", | ||
"coffeescript": "^2.0.1", | ||
"standard-version": "^4.2.0" | ||
"standard-version": "^6.0.1" | ||
}, | ||
@@ -37,4 +37,3 @@ "engines": { | ||
"coffeescript", | ||
"jshint", | ||
"marviq" | ||
"jshint" | ||
], | ||
@@ -44,3 +43,3 @@ "license": "BSD-3-Clause", | ||
"peerDependencies": { | ||
"coffeescript": ">= 1.6 < 3" | ||
"coffeescript": ">= 1.6 <3" | ||
}, | ||
@@ -56,6 +55,8 @@ "private": false, | ||
"scripts": { | ||
"hotfix": "standard-version --message 'chore(hotfix): %s'", | ||
"prepublishOnly": "make", | ||
"refresh": "set -x; npm install && npm prune && npm dedupe", | ||
"release": "standard-version" | ||
}, | ||
"version": "1.1.0" | ||
"version": "1.1.1" | ||
} |
@@ -119,3 +119,3 @@ # Coffee->JSHint | ||
## Change Log | ||
## Changelog | ||
@@ -127,2 +127,2 @@ See [CHANGELOG](./CHANGELOG.md). | ||
[BSD-3-Clause](LICENSE) | ||
[BSD-3-Clause](./LICENSE) |
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
19288
+ Addedsemver@6.3.1(transitive)
+ Addedunderscore@1.13.7(transitive)
- Removedsemver@5.7.2(transitive)
- Removedunderscore@1.8.3(transitive)
Updatedsemver@^6.1.1
Updatedunderscore@^1.9.1