Skip to content

Commit 5dc946a

Browse files
committed
missing dep
1 parent 03d33bc commit 5dc946a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Use [CodeRoad CLI](https://github.com/coderoad/coderoad-cli) to setup and build
77

88
Install *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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"
@@ -21,7 +21,8 @@
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",

0 commit comments

Comments
 (0)