Skip to content

Commit

Permalink
Releasing 0.2.1 with updated devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oz committed Apr 12, 2016
1 parent d657517 commit 6168d08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ require('babel-register')({
presets: ['es2015', 'react']
});

_commander2.default.version('0.2').usage('[options] <file ...>').option('-c, --component <path>', 'React component path').option('-p, --props <string>', 'Component properties (JSON)').parse(process.argv);
_commander2.default.version('0.2.1').usage('[options] <file ...>').option('-c, --component <path>', 'React component path').option('-p, --props <string>', 'Component properties (JSON)').parse(process.argv);

var path = false,
props = false;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react2html",
"version": "0.2.0",
"version": "0.2.1",
"repository": "https://github.com/Epistoli/react2html.git",
"engine": "node >= 4",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require('babel-register')({
});

Program
.version('0.2')
.version('0.2.1')
.usage('[options] <file ...>')
.option('-c, --component <path>', 'React component path')
.option('-p, --props <string>', 'Component properties (JSON)')
Expand Down

0 comments on commit 6168d08

Please sign in to comment.