Skip to content

Commit

Permalink
Closes #29. Improved the package.json
Browse files Browse the repository at this point in the history
Including:
- Keywords
- Contributors
- Bugs URL
  • Loading branch information
Glavin001 committed Jun 14, 2014
1 parent 54e61a8 commit 66933d9
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,9 @@ See [examples/nested-jsbeautifyrc/.jsbeautifyrc](https://github.com/donaldpipowi

[See all contributors on GitHub](https://github.com/donaldpipowitch/atom-beautify/graphs/contributors).

Please update the [CHANGELOG.md](https://github.com/donaldpipowitch/atom-beautify/blob/master/CHANGELOG.md)
file and submit a [Pull Request on GitHub](https://help.github.com/articles/using-pull-requests).
Please update the [CHANGELOG.md](https://github.com/donaldpipowitch/atom-beautify/blob/master/CHANGELOG.md),
add yourself as a contributor to the [package.json](https://github.com/donaldpipowitch/atom-beautify/blob/master/package.json),
and submit a [Pull Request on GitHub](https://help.github.com/articles/using-pull-requests).

## License

Expand Down
44 changes: 43 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,55 @@
"version": "0.3.1",
"private": true,
"description": "Beautify HTML, CSS and Javascript in Atom",
"repository": "https://github.com/donaldpipowitch/atom-beautify",
"repository": {
"type": "git",
"url": "https://github.com/donaldpipowitch/atom-beautify"
},
"bugs": {
"url": "https://github.com/donaldpipowitch/atom-beautify/issues"
},
"license": "MIT",
"author": {
"name": "Donald Pipowitch",
"email": "[email protected]",
"url": "https://github.com/donaldpipowitch"
},
"contributors": [{
"name": "László Károlyi",
"url": "https://github.com/karolyi"
}, {
"name": "Glavin Wiechert",
"email": "[email protected]",
"url": "https://github.com/Glavin001"
}, {
"name": "Marco Tanzi",
"url": "https://github.com/mtanzi"
}, {
"name": "gvn lazar suntop",
"url": "https://github.com/gvn"
}, {
"name": "Vadim K.",
"url": "https://github.com/vadirn"
}],
"keywords": [
"atom",
"beautify",
"beautifier",
"js-beautify",
"format",
"pretty",
"html",
"handlebars",
"xml",
"css",
"javascript",
"json",
"css",
"sass",
"scss",
"less",
"sql"
],
"engines": {
"atom": ">0.50.0"
},
Expand Down

0 comments on commit 66933d9

Please sign in to comment.