Skip to content

Commit

Permalink
Updates package.json for npm publication
Browse files Browse the repository at this point in the history
  • Loading branch information
John F. Mercer committed Aug 19, 2015
1 parent d6190ab commit dd3faba
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## 0.1.1 - 2015-08-19
* Adds a CHANGELOG
* Updates dependencies
* Updates package.json for npm publication

## 0.1.0 - 2015-08-12
* Initial Release
19 changes: 16 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,23 @@
},
"repository": {
"type": "git",
"url": "git://github.com/radify/stationmaster.git"
"url": "git+https://github.com/radify/stationmaster.git"
},
"author": "Radify.io",
"license": "See LICENSE",
"author": {
"name": "Radify, Inc.",
"email": "[email protected]",
"url": "http://radify.io"
},
"contributors": [{
"name": "Nate Abele",
"email": "[email protected]",
"url": "http://radify.io"
}, {
"name": "Gavin Davies",
"email": "[email protected]",
"url": "http://radify.io"
}],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/radify/stationmaster/issues"
},
Expand Down

0 comments on commit dd3faba

Please sign in to comment.