Skip to content

Commit 6e3079d

Browse files
author
Cam Tullos
committed
Updated arcli
1 parent 51439fb commit 6e3079d

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.core/.cli/commands/reactium/component/index.js

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,19 @@
44
* -----------------------------------------------------------------------------
55
*/
66

7+
8+
9+
10+
const path = require('path');
11+
const fs = require('fs-extra');
712
const chalk = require('chalk');
13+
const _ = require('underscore');
14+
const op = require('object-path');
15+
const slugify = require('slugify');
816
const prettier = require('prettier');
9-
const fs = require('fs-extra');
10-
const path = require('path');
1117
const camelCase = require('camelcase');
1218
const decamelize = require('decamelize');
13-
const slugify = require('slugify');
14-
const _ = require('underscore');
1519
const generator = require('./generator');
16-
const op = require('object-path');
1720
const mod = path.dirname(require.main.filename);
1821
const pad = require(`${mod}/lib/pad`);
1922

.core/reactium-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const globby = require('./globby-patch');
44
const rootPath = path.resolve(__dirname, '..');
55
const gulpConfig = require('./gulp.config');
66

7-
const version = '4.0.0';
7+
const version = '4.0.1';
88

99
const contextMode = () => {
1010
if (

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactium",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "A framework for creating React + Redux apps using the domain driven design (DDD) paradigm.",
55
"main": "index.js",
66
"scripts": {
@@ -92,7 +92,7 @@
9292
"xss": "^1.0.8"
9393
},
9494
"devDependencies": {
95-
"@atomic-reactor/cli": "^2.2.48",
95+
"@atomic-reactor/cli": "^2.2.55",
9696
"@atomic-reactor/gulp-watch": "^5.0.2",
9797
"@atomic-reactor/node-sass-reactium-importer": "^1.0.0",
9898
"@atomic-reactor/webpack-po-loader": "0.0.3",

0 commit comments

Comments
 (0)