File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ # Change Log
2+ All notable changes to this project will be documented in this file.
3+ This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4+
5+ ## [ 0.3.14] - 2016-02-26
6+ ### Added
7+ - updated create templates
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Use [CodeRoad CLI](https://github.com/coderoad/coderoad-cli) to setup and build
77
88Install * CodeRoad-CLI* . Make sure [ NodeJS] ( nodejs.org ) is already installed
99
10- > npm install -g coderoad-cli
10+ > npm install -g coderoad-cli
1111
1212
1313### Create
Original file line number Diff line number Diff line change 11{
22 "name" : " coderoad-cli" ,
3- "version" : " 0.3.14 " ,
3+ "version" : " 0.3.15 " ,
44 "description" : " Command line interface for CodeRoad. Build project files." ,
55 "keywords" : [
66 " coderoad"
2121 "chalk" : " 1.1.1" ,
2222 "commander" : " 2.9.0" ,
2323 "lodash" : " 4.5.1" ,
24- "prompt" : " 1.0.0"
24+ "prompt" : " 1.0.0" ,
25+ "validate-npm-package-name" : " 2.2.2"
2526 },
2627 "devDependencies" : {
2728 "chai" : " 3.5.0" ,
You can’t perform that action at this time.
0 commit comments