Skip to content

Commit

Permalink
Minor fixes 🚧
Browse files Browse the repository at this point in the history
Fixed the bug while copying template files to babel compiled directory
  • Loading branch information
jamesgeorge007 committed Apr 14, 2019
1 parent 548539d commit 7b5dec8
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 79 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"presets": ["@babel/env"],
"ignore": [
"test"
"test",
"src/templates"
]
}
3 changes: 3 additions & 0 deletions bin/mevn.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /usr/bin/env node

require('../lib/cli.js');
Loading

0 comments on commit 7b5dec8

Please sign in to comment.