@airbnb/config-danger
Advanced tools
Comparing version 2.3.2 to 2.3.3
@@ -6,2 +6,14 @@ # Change Log | ||
### 2.3.3 - 2020-02-26 | ||
#### 📦 Dependencies | ||
- Update minor and patch versions. ([3f7c3fe](https://github.com/airbnb/nimbus/commit/3f7c3fe)) | ||
**Note:** Version bump only for package @airbnb/config-danger | ||
### 2.3.2 - 2020-01-22 | ||
@@ -8,0 +20,0 @@ |
@@ -30,5 +30,4 @@ "use strict"; | ||
danger.git.diffForFile(file).then(d => { | ||
var _a, _b; | ||
const added = (((_a = d) === null || _a === void 0 ? void 0 : _a.added) && d.added.split('\n').length) || 0; | ||
const removed = (((_b = d) === null || _b === void 0 ? void 0 : _b.removed) && d.removed.split('\n').length) || 0; | ||
const added = ((d === null || d === void 0 ? void 0 : d.added) && d.added.split('\n').length) || 0; | ||
const removed = ((d === null || d === void 0 ? void 0 : d.removed) && d.removed.split('\n').length) || 0; | ||
resolve(added + removed); | ||
@@ -35,0 +34,0 @@ }); |
{ | ||
"name": "@airbnb/config-danger", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"description": "Reusable Danger.js scripts.", | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/node": "^13.1.8" | ||
"@types/node": "^13.7.4" | ||
}, | ||
@@ -30,3 +30,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "c9feee9aa60a9cfe2a89ca293c96844615e6ebb2" | ||
"gitHead": "8365848349293dda880567d5b53d3d89c061d923" | ||
} |
Sorry, the diff of this file is not supported yet
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
158813
250