Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "defekt", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "defekt is custom errors made simple.", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
@@ -9,3 +9,3 @@ 'use strict'; | ||
task('universal/analyze', { | ||
src: [ '**/*.js', '!node_modules/**/*.js', '!coverage/**/*.js' ] | ||
src: [ '**/*.js', '!node_modules/**/*.js', '!coverage/**/*.js', '!dist/**/*.js' ] | ||
}); | ||
@@ -12,0 +12,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
69484
0