Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Commit

Permalink
feat(babel): Export babel configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Nargonath committed Oct 5, 2017
1 parent d49b92b commit c927638
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions babel.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
'use strict';

module.exports = require('./config/babel/babel.config');
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"path": "cz-conventional-changelog"
}
},
"files": ["bin", "scripts", "config", "eslint.js"],
"files": ["bin", "scripts", "config", "eslint.js", "babel.js"],
"devDependencies": {
"@commitlint/cli": "3.2.0",
"@commitlint/config-angular": "3.1.1",
Expand Down

0 comments on commit c927638

Please sign in to comment.