Merge pull request #2086 from joaomlneto/master

fixed: package.json repository compatible with apm and npm
This commit is contained in:
Steven Zeck 2018-05-23 10:36:36 -05:00 committed by GitHub
commit e23c5a0f0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -4,10 +4,7 @@
"version": "0.32.4",
"private": true,
"description": "Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, TypeScript, Coldfusion, SQL, and more in Atom",
"repository": {
"type": "git",
"url": "git@github.com:Glavin001/atom-beautify.git"
},
"repository": "https://github.com/Glavin001/atom-beautify.git",
"bugs": {
"url": "https://github.com/Glavin001/atom-beautify/issues"
},