Skip to content

Commit

Permalink
Update template package with custom information
Browse files Browse the repository at this point in the history
  • Loading branch information
pleonex committed Aug 31, 2015
1 parent 9d5e19e commit 358651a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
## 0.1.0 - First Release
* Every feature added
* Every bug fixed
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015 <Your name here>
Copyright (c) 2015 Benito Palacios Sánchez

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
19 changes: 13 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,24 @@
"name": "autocomplete-xml",
"main": "./lib/autocomplete-xml",
"version": "0.0.0",
"description": "A short description of your package",
"description": "Autocomplete+ provider for XML via XSD",
"keywords": [
"xml",
"xsd",
"autocomplete"
],
"activationCommands": {
"atom-workspace": "autocomplete-xml:toggle"
},
"repository": "https://github.com/atom/autocomplete-xml",
"activationCommands": { },
"repository": "https://github.com/pleonex/atom-autocomplete-xml",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"dependencies": { },
"providedServices": {
"autocomplete.provider": {
"versions": {
"2.0.0": "provide"
}
}
}
}

0 comments on commit 358651a

Please sign in to comment.