Prepare 0.3.8 release

This commit is contained in:
Glavin Wiechert 2014-07-09 22:20:08 -03:00
parent 4271bfe8d7
commit 667bdececb
1 changed files with 4 additions and 2 deletions

View File

@ -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": {
@ -74,5 +74,7 @@
"js-yaml": "^3.0.2",
"temp": "^0.8.0"
},
"activationEvents": ["beautify"]
"activationEvents": [
"beautify"
]
}