Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
esbenp committed Jan 11, 2017
1 parent b784593 commit ab63729
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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.1.3",
"version": "0.1.4",
"publisher": "esbenp",
"engines": {
"vscode": "^1.5.0"
Expand All @@ -11,8 +11,7 @@
"Other"
],
"activationEvents": [
"onLanguage:javascript",
"onCommand:prettier.format"
"*"
],
"main": "./out/src/extension",
"contributes": {
Expand Down

0 comments on commit ab63729

Please sign in to comment.