-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from developmentseed/version.1.5
Version.1.5
- Loading branch information
Showing
2 changed files
with
6 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": "kes", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Making deployment to AWS using CloudFormation easier and fun", | ||
"scripts": { | ||
"html-docs": "documentation build bin/cli.js -f html -o _docs --theme node_modules/documentation-devseed-theme", | ||
|
@@ -14,7 +14,7 @@ | |
"AWS" | ||
], | ||
"engines": { | ||
"node": "6.10" | ||
"node": ">=6.10" | ||
}, | ||
"repository": "https://github.com/developmentseed/kes", | ||
"author": "Alireza Jazayeri <[email protected]>", | ||
|
@@ -37,6 +37,7 @@ | |
"lodash.startswith": "^4.2.1", | ||
"lodash.trim": "^4.5.1", | ||
"lodash.upperfirst": "^4.3.1", | ||
"lodash.values": "^4.3.0", | ||
"mustache": "^2.3.0", | ||
"node-forge": "^0.7.1", | ||
"prompt": "^1.0.0", | ||
|
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