Merge pull request #2086 from joaomlneto/master
fixed: package.json repository compatible with apm and npm
This commit is contained in:
commit
e23c5a0f0d
|
@ -4,10 +4,7 @@
|
||||||
"version": "0.32.4",
|
"version": "0.32.4",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, TypeScript, Coldfusion, SQL, and more in Atom",
|
"description": "Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, TypeScript, Coldfusion, SQL, and more in Atom",
|
||||||
"repository": {
|
"repository": "https://github.com/Glavin001/atom-beautify.git",
|
||||||
"type": "git",
|
|
||||||
"url": "git@github.com:Glavin001/atom-beautify.git"
|
|
||||||
},
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Glavin001/atom-beautify/issues"
|
"url": "https://github.com/Glavin001/atom-beautify/issues"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue