Skip to content

Commit

Permalink
Adds support for shipping the danger annotations during the publish p…
Browse files Browse the repository at this point in the history
…hase
  • Loading branch information
orta committed Dec 14, 2016
1 parent 118288d commit 292e0d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

// Add your own contribution below

### 0.6.6

* Ship flow annotations with the npm module - orta

### 0.6.5

* Adds more node instances to travis - romanki + orta
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@
"flow": "flow check",
"lint": "eslint ./source",
"fix": "eslint ./source --fix",
"prepublish": "npm run build",
"prepublish": "npm run build; npm run export-flowtype; npm run inline-flowtype",
"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"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 292e0d9

Please sign in to comment.