Files

Return to Package Diff Home.
Brought to you by Intrinsic.

Package Diff: @commitlint/travis-cli @ 7.5.2 .. 7.6.0

CHANGELOG.md

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [7.6.0](https://github.com/conventional-changelog/commitlint/compare/v7.5.2...v7.6.0) (2019-05-06)
+
+**Note:** Version bump only for package @commitlint/travis-cli
+
+
+
+
+
## [7.5.2](https://github.com/conventional-changelog/commitlint/compare/v7.5.1...v7.5.2) (2019-02-11)
**Note:** Version bump only for package @commitlint/travis-cli

package.json

@@ -1,6 +1,6 @@
{
"name": "@commitlint/travis-cli",
- "version": "7.5.2",
+ "version": "7.6.0",
"description": "Lint all relevant commits for a change or PR on Travis CI",
"files": [
"lib/"
@@ -10,7 +10,6 @@
},
"scripts": {
"build": "cross-env NODE_ENV=production babel src --out-dir lib --source-maps",
- "clean": "npx rimraf lib",
"deps": "dep-check",
"pkg": "pkg-check --skip-main",
"start": "ava -c 4 --verbose --watch",
@@ -56,19 +55,18 @@
},
"license": "MIT",
"devDependencies": {
- "@commitlint/test": "^7.5.0",
- "@commitlint/utils": "^7.5.0",
+ "@commitlint/test": "^7.6.0",
+ "@commitlint/utils": "^7.6.0",
"ava": "0.18.2",
"babel-cli": "6.26.0",
- "babel-preset-commitlint": "^7.5.0",
+ "babel-preset-commitlint": "^7.6.0",
"babel-register": "6.26.0",
"cross-env": "5.1.1",
"which": "1.3.0"
},
"dependencies": {
- "@commitlint/cli": "^7.5.2",
+ "@commitlint/cli": "^7.6.0",
"babel-runtime": "6.26.0",
"execa": "0.9.0"
- },
- "gitHead": "d0507bd15b9f1eeeb209d60f02f20bbe0184d0ce"
+ }
}