Skip to content

Commit

Permalink
Prepare 0.3.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavin001 committed Jul 10, 2014
1 parent 4271bfe commit 667bdec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "atom-beautify",
"main": "./lib/atom-beautify",
"version": "0.3.7",
"version": "0.3.8",
"private": true,
"description": "Beautify HTML, CSS and Javascript in Atom",
"repository": {
Expand Down Expand Up @@ -74,5 +74,7 @@
"js-yaml": "^3.0.2",
"temp": "^0.8.0"
},
"activationEvents": ["beautify"]
"activationEvents": [
"beautify"
]
}

0 comments on commit 667bdec

Please sign in to comment.