Prepare 0.12.0 release
This commit is contained in:
parent
bffbc4e53c
commit
cd3656501c
42
package.json
42
package.json
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "atom-beautify",
|
"name": "atom-beautify",
|
||||||
"main": "./lib/beautify",
|
"main": "./lib/beautify",
|
||||||
"version": "0.11.1",
|
"version": "0.12.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, and SQL in Atom",
|
"description": "Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, and SQL in Atom",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -17,23 +17,29 @@
|
||||||
"email": "glavin.wiechert@gmail.com",
|
"email": "glavin.wiechert@gmail.com",
|
||||||
"url": "https://github.com/Glavin001"
|
"url": "https://github.com/Glavin001"
|
||||||
},
|
},
|
||||||
"contributors": [{
|
"contributors": [
|
||||||
"name": "Donald Pipowitch",
|
{
|
||||||
"email": "pipo@senaeh.de",
|
"name": "Donald Pipowitch",
|
||||||
"url": "https://github.com/donaldpipowitch"
|
"email": "pipo@senaeh.de",
|
||||||
}, {
|
"url": "https://github.com/donaldpipowitch"
|
||||||
"name": "László Károlyi",
|
},
|
||||||
"url": "https://github.com/karolyi"
|
{
|
||||||
}, {
|
"name": "László Károlyi",
|
||||||
"name": "Marco Tanzi",
|
"url": "https://github.com/karolyi"
|
||||||
"url": "https://github.com/mtanzi"
|
},
|
||||||
}, {
|
{
|
||||||
"name": "gvn lazar suntop",
|
"name": "Marco Tanzi",
|
||||||
"url": "https://github.com/gvn"
|
"url": "https://github.com/mtanzi"
|
||||||
}, {
|
},
|
||||||
"name": "Vadim K.",
|
{
|
||||||
"url": "https://github.com/vadirn"
|
"name": "gvn lazar suntop",
|
||||||
}],
|
"url": "https://github.com/gvn"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Vadim K.",
|
||||||
|
"url": "https://github.com/vadirn"
|
||||||
|
}
|
||||||
|
],
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"atom",
|
"atom",
|
||||||
"beautify",
|
"beautify",
|
||||||
|
|
Loading…
Reference in New Issue