-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
John F. Mercer
committed
Dec 28, 2015
1 parent
300a42e
commit 25f5c13
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "radiian", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Radiian generates an Ansible playbook for immutable infrastructure with AWS.", | ||
"bin": "lib/radiian.js", | ||
"main": "lib/radiian.js", | ||
|
@@ -20,15 +20,18 @@ | |
"server", | ||
"provisioning" | ||
], | ||
"contributors": [{ | ||
"contributors": [ | ||
{ | ||
"name": "John F. Mercer", | ||
"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/radiian/issues" | ||
|