Skip to content

Commit

Permalink
Reestructurar Imports
Browse files Browse the repository at this point in the history
Se cambiaron todos los require por imports de ES6.
  • Loading branch information
smeilan committed May 4, 2018
1 parent 49671d4 commit 6339136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let program = require('commander');
import program from 'commander';

import { validateInputArray, validateName, validateParams, validateProject } from './utils/utils';

Expand Down

0 comments on commit 6339136

Please sign in to comment.