@commitlint/config-angular-type-enum
Advanced tools
Comparing version 8.3.4 to 9.0.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [9.0.0](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v9.0.0) (2020-05-21) | ||
**Note:** Version bump only for package @commitlint/config-angular-type-enum | ||
## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@commitlint/config-angular-type-enum", | ||
"version": "8.3.4", | ||
"version": "9.0.0", | ||
"description": "Shareable commitlint config enforcing the angular commit convention types", | ||
@@ -9,11 +9,8 @@ "files": [ | ||
"scripts": { | ||
"clean": "exit 0", | ||
"deps": "dep-check", | ||
"pkg": "pkg-check", | ||
"start": "exit 0", | ||
"test": "exit 0" | ||
"pkg": "pkg-check" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/conventional-changelog/commitlint.git" | ||
"url": "https://github.com/conventional-changelog/commitlint.git" | ||
}, | ||
@@ -32,6 +29,9 @@ "keywords": [ | ||
"homepage": "https://github.com/conventional-changelog/commitlint#readme", | ||
"engines": { | ||
"node": ">=8" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/utils": "^8.3.4" | ||
"@commitlint/utils": "^9.0.0" | ||
}, | ||
"gitHead": "3fce33999e1e5f23b15545f1c6f3e7bd78e8d37b" | ||
"gitHead": "71f0194f33943954a8dac1c458be47e5049717cd" | ||
} |
@@ -26,3 +26,3 @@ # @commitlint/config-angular-type-enum | ||
// commitlint.config.js | ||
const types = require("@commitlint/config-angular-type-enum"); | ||
const types = require('@commitlint/config-angular-type-enum'); | ||
@@ -29,0 +29,0 @@ // Use as rule creating errors for non-allowed types |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
7066
1