Skip to content

Commit

Permalink
bump prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
esbenp committed Feb 14, 2017
1 parent 8b2a653 commit 9198b6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "prettier-vscode",
"displayName": "Prettier - JavaScript formatter",
"description": "VS Code plugin for jlongster/prettier",
"version": "0.8.0",
"version": "0.9.0",
"publisher": "esbenp",
"author": "Esben Petersen <@esbenp>",
"galleryBanner": {
Expand Down Expand Up @@ -90,6 +90,6 @@
"@types/mocha": "^2.2.32"
},
"dependencies": {
"prettier": "0.16.0"
"prettier": "0.17.0"
}
}

0 comments on commit 9198b6f

Please sign in to comment.