Skip to content

Commit

Permalink
Merge pull request #16 from radify/two-fixes
Browse files Browse the repository at this point in the history
Two fixes
  • Loading branch information
gavD committed Aug 20, 2015
2 parents d5a3f9e + dd3faba commit c38600a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
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
21 changes: 17 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stationmaster",
"version": "0.0.1",
"version": "0.1.1",
"description": "Branch status and integration/deployment tools",
"main": "public/js/stationmaster.js",
"dependencies": {},
Expand All @@ -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 c38600a

Please sign in to comment.