Skip to content

Commit

Permalink
Merge pull request #315 from danger/prettier_upgrade
Browse files Browse the repository at this point in the history
Update prettier and add slack notifications in travis
  • Loading branch information
orta committed Jul 26, 2017
2 parents 9582a66 + 7d8528a commit b72dd6e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ script:
after_success:
- bash <(curl -s https://codecov.io/bash)

notifications:
slack: dangergem:9FOZou9EGBV9xO1Ol4bxRPz9

deploy:
provider: npm
email: orta.therox+dangernpm@gmail.com
Expand Down
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
// Please add your own contribution below inside the Master section, ideally with a consumer's perspective in mind.

### Master
- Support retrive paginated pull request commit list - kwonoj

- Update prettier - orta

### 1.1.0

- Support retrive paginated pull request commit list - kwonoj
- Add support for VSTS CI - mlabrum
- Remove the DSL duplication on the `danger` export, it wasn't needed or used. - orta
- Update to TypeScript 2.4.x - orta
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"coveragePathIgnorePatterns": ["/node_modules/", "(.test)\\.(ts|tsx|js)$", "/distribution/.*\\.(ts|js)$"]
},
"lint-staged": {
"*.json": ["npm run prettier-write --", "git add"],
"*.@(ts|tsx)": ["tslint --fix", "npm run prettier-write --", "git add"]
},
"scripts": {
Expand Down Expand Up @@ -71,7 +72,7 @@
"jest": "^20.0.0",
"lint-staged": "^4.0.0",
"madge": "^2.0.0",
"prettier": "^1.4.4",
"prettier": "^1.5.3",
"shx": "^0.2.1",
"ts-jest": "^20.0.0",
"ts-node": "^3.2.1",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3292,9 +3292,9 @@ preserve@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"

prettier@^1.4.4:
version "1.4.4"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.4.4.tgz#a8d1447b14c9bf67e6d420dcadd10fb9a4fad65a"
prettier@^1.5.3:
version "1.5.3"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.5.3.tgz#59dadc683345ec6b88f88b94ed4ae7e1da394bfe"

pretty-format@^20.0.0:
version "20.0.0"
Expand Down

0 comments on commit b72dd6e

Please sign in to comment.