Comparing version 0.6.5 to 0.6.6
@@ -5,2 +5,6 @@ ### master | ||
### 0.6.6 | ||
* Ship flow annotations with the npm module - orta | ||
### 0.6.5 | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "danger", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "Unit tests for Team Culture", | ||
@@ -22,7 +22,8 @@ "main": "distribution/danger.js", | ||
"fix": "eslint ./source --fix", | ||
"prepublish": "npm run build", | ||
"prepublish": "in-publish && npm run build && npm run export-flowtype && npm run inline-flowtype || not-in-publish", | ||
"build": "babel source --out-dir distribution --source-maps", | ||
"buildwatch": "babel source --watch --out-dir distribution", | ||
"link": "npm run build ; chmod +x distribution/commands/danger.js ; npm link", | ||
"export-flowtype": "node scripts/create-flow-typed-export.js" | ||
"export-flowtype": "node scripts/create-flow-typed-export.js", | ||
"inline-flowtype": "cp flow-typed/npm/danger_v0.x.x.js distribution/danger.js.flow" | ||
}, | ||
@@ -60,2 +61,3 @@ "repository": { | ||
"flow-bin": "^0.35.0", | ||
"in-publish": "^2.0.0", | ||
"jest-cli": "^17.0.3" | ||
@@ -62,0 +64,0 @@ }, |
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
422536
107
5616
18