eslint-plugin-hapi
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "eslint-plugin-hapi", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "ESLint plugin containing hapi style guide rules", | ||
@@ -8,3 +8,3 @@ "author": "Continuation Labs <contact@continuation.io> (http://continuation.io/)", | ||
"scripts": { | ||
"test": "lab -v -t 100 -a code" | ||
"test": "belly-button && lab -v -t 100 -a code" | ||
}, | ||
@@ -32,2 +32,3 @@ "repository": { | ||
"devDependencies": { | ||
"belly-button": "1.x.x", | ||
"code": "1.x.x", | ||
@@ -34,0 +35,0 @@ "lab": "6.x.x" |
@@ -13,4 +13,4 @@ 'use strict'; | ||
describe('ESLint Plugin', function() { | ||
it('exposes all expected rules', function(done) { | ||
describe('ESLint Plugin', function () { | ||
it('exposes all expected rules', function (done) { | ||
expect(Plugin.rules).to.exist(); | ||
@@ -17,0 +17,0 @@ expect(Plugin.rules).to.be.an.object(); |
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
4858
3