conventional-changelog-angular-loose
Advanced tools
Comparing version 0.1.1 to 0.1.2
'use strict'; | ||
var Q = require('q'); | ||
var config = require('conventional-changelog-angular') | ||
module.exports = require('conventional-changelog-angular') | ||
.then(function(data) { | ||
@@ -10,3 +8,1 @@ data.parserOpts.headerPattern = /^(\w*)(?:\((.*)\))?\:? (.*)$/; | ||
}); | ||
module.exports = Q.resolve(config); |
{ | ||
"name": "conventional-changelog-angular-loose", | ||
"version": "0.1.1", | ||
"description": "conventional-changelog angular preset (for those who missed the colon)", | ||
"version": "0.1.2", | ||
"description": "conventional-changelog angular config (for those who missed the colon)", | ||
"main": "index.js", | ||
@@ -28,4 +28,3 @@ "scripts": { | ||
"dependencies": { | ||
"conventional-changelog-angular": "^1.0.0", | ||
"q": "^1.4.1" | ||
"conventional-changelog-angular": "^1.0.0" | ||
}, | ||
@@ -32,0 +31,0 @@ "devDependencies": { |
@@ -10,3 +10,3 @@ # [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] | ||
This preset will let you use [conventional-changelog](https://github.com/ajoslin/conventional-changelog). | ||
This config can be used with [conventional-changelog](https://github.com/ajoslin/conventional-changelog) exactly like the preset [conventional-changelog-angular](https://github.com/stevemao/conventional-changelog-angular). | ||
@@ -18,2 +18,2 @@ [npm-image]: https://badge.fury.io/js/conventional-changelog-angular-loose.svg | ||
[daviddm-image]: https://david-dm.org/topheman/conventional-changelog-angular-loose.svg?theme=shields.io | ||
[daviddm-url]: https://david-dm.org/topheman/conventional-changelog-angular-loose | ||
[daviddm-url]: https://david-dm.org/topheman/conventional-changelog-angular-loose |
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
8184
1
18
121
- Removedq@^1.4.1