Skip to content

Commit 9a54e26

Browse files
committed
Releasing 0.2.0
1 parent 62b350f commit 9a54e26

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require('babel-register')({
2929
presets: ['es2015', 'react']
3030
});
3131

32-
_commander2.default.version('0.1').usage('[options] <file ...>').option('-c, --component <path>', 'React component path').option('-p, --props <string>', 'Component properties (JSON)').parse(process.argv);
32+
_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);
3333

3434
var path = false,
3535
props = false;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react2html",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"repository": "https://github.com/Epistoli/react2html.git",
55
"engine": "node >= 4",
66
"author": {

src/service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require('babel-register')({
1212
});
1313

1414
Program
15-
.version('0.1')
15+
.version('0.2')
1616
.usage('[options] <file ...>')
1717
.option('-c, --component <path>', 'React component path')
1818
.option('-p, --props <string>', 'Component properties (JSON)')

0 commit comments

Comments
 (0)