ember-cli-jshint
Advanced tools
Comparing version 1.0.5 to 2.0.0
@@ -33,3 +33,3 @@ 'use strict'; | ||
this._super.init && this._super.init.apply(this, arguments); | ||
this.buildConsole(); | ||
@@ -48,2 +48,3 @@ }, | ||
jshintrcPath: this.jshintrc[type], | ||
targetExtension: 'jshint.lint-test.js', | ||
description: 'JSHint ' + type, | ||
@@ -50,0 +51,0 @@ console: this.console, |
{ | ||
"name": "ember-cli-jshint", | ||
"version": "1.0.5", | ||
"version": "2.0.0", | ||
"description": "JSHint support for ember-cli projects", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "ember build", | ||
"start": "ember server", | ||
"test": "mocha" | ||
}, | ||
@@ -14,3 +16,2 @@ "ember-addon": { | ||
"files": [ | ||
"config/environment.js", | ||
"index.js" | ||
@@ -33,13 +34,22 @@ ], | ||
"homepage": "https://github.com/ember-cli/ember-cli-jshint", | ||
"engines": { | ||
"node": ">= 0.10.0" | ||
}, | ||
"dependencies": { | ||
"broccoli-jshint": "^1.0.0" | ||
"broccoli-jshint": "^2.1.0" | ||
}, | ||
"bundledDependencies": [], | ||
"devDependencies": { | ||
"ember-cli": "^2.4.2", | ||
"chai": "^3.5.0", | ||
"ember-cli": "2.7.0", | ||
"ember-cli-babel": "^5.1.6", | ||
"ember-cli-htmlbars": "^1.0.3", | ||
"ember-cli-qunit": "^2.0.0", | ||
"ember-cli-test-loader": "^1.1.0", | ||
"ember-load-initializers": "^0.5.1", | ||
"ember-resolver": "^2.0.3", | ||
"ember-try": "^0.2.2", | ||
"loader.js": "^4.0.1" | ||
"es6-promise": "^3.2.1", | ||
"fs-extra": "^0.30.0", | ||
"loader.js": "^4.0.1", | ||
"mocha": "^3.0.2" | ||
} | ||
} |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
7334
0
12
53
+ Addedbroccoli-jshint@2.1.0(transitive)
- Removedbroccoli-jshint@1.2.0(transitive)
Updatedbroccoli-jshint@^2.1.0