Prepare 0.3.8 release
This commit is contained in:
parent
4271bfe8d7
commit
667bdececb
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "atom-beautify",
|
"name": "atom-beautify",
|
||||||
"main": "./lib/atom-beautify",
|
"main": "./lib/atom-beautify",
|
||||||
"version": "0.3.7",
|
"version": "0.3.8",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Beautify HTML, CSS and Javascript in Atom",
|
"description": "Beautify HTML, CSS and Javascript in Atom",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -74,5 +74,7 @@
|
||||||
"js-yaml": "^3.0.2",
|
"js-yaml": "^3.0.2",
|
||||||
"temp": "^0.8.0"
|
"temp": "^0.8.0"
|
||||||
},
|
},
|
||||||
"activationEvents": ["beautify"]
|
"activationEvents": [
|
||||||
|
"beautify"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue