coffeelint-newline-after-function
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "coffeelint-newline-after-function", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Validate a newline policy after function definitiions", | ||
@@ -35,7 +35,7 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"coffeelint": "~1.1" | ||
"coffeelint": "*" | ||
}, | ||
"devDependencies": { | ||
"coffee-script": "~1.7.0" | ||
"coffee-script": "*" | ||
} | ||
} |
@@ -33,3 +33,3 @@ Coffeelint - Newline after Function | ||
``` | ||
Class TestClass | ||
class TestClass | ||
@@ -48,3 +48,3 @@ foo : -> | ||
``` | ||
Class TestClass | ||
class TestClass | ||
@@ -65,2 +65,2 @@ foo : -> | ||
MIT © [scalable minds](http://scm.io) | ||
[MIT](en.wikipedia.org/wiki/MIT_License) © [scalable minds](http://scm.io) |
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
4045