Prepare 0.3.8 release
This commit is contained in:
parent
4271bfe8d7
commit
667bdececb
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue