Skip to content

Commit 0bafe61

Browse files
committed
quick fix
1 parent c50d391 commit 0bafe61

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

cli.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#! /usr/bin/env node
2+
23
"use strict";
34
var program = require('commander');
45
var chalk = require('chalk');
@@ -9,7 +10,7 @@ var tutorials_1 = require('./src/tutorials/tutorials');
910
var publish_1 = require('./src/publish/publish');
1011
var docs_1 = require('./src/docs/docs');
1112
program
12-
.version('0.3.10')
13+
.version('0.3.11')
1314
.usage('[options] <keywords>')
1415
.option('-b, --build [path/to/tutorial.md]', 'tutorial markdown file', /^.+\.md$/i)
1516
.option('-c, --create [name]', 'tutorial name')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coderoad-cli",
3-
"version": "0.3.10",
3+
"version": "0.3.11",
44
"description": "Command line interface for CodeRoad. Build project files.",
55
"keywords": [
66
"coderoad"

0 commit comments

Comments
 (0)