Skip to content

Commit

Permalink
update the npmignore to be more useful
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Dec 30, 2016
1 parent 927e628 commit ce794f2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
source
**/_tests
flow-typed
.vscode
docs
*.yml
*.lock
.flowconfig
.editorconfig
.babelrc
scripts
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

### 0.7.2

* Tweak the npmignore, ship less random stuff to others - orta

### 0.7.2

* Fixes to the shipped Flow/TS definitions - orta
* Adds more functions the the internal Danger GitHub client - orta
* Infrastructure work to allow Peril to run a Dangerfile - orta
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "danger",
"version": "0.7.2",
"version": "0.7.3",
"description": "Unit tests for Team Culture",
"main": "distribution/danger.js",
"bin": {
Expand Down

0 comments on commit ce794f2

Please sign in to comment.