Skip to content

Commit

Permalink
fix(index): tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Mar 10, 2017
1 parent 0c7c882 commit 25668b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/dush.umd.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions src/index.js
Expand Up @@ -29,7 +29,7 @@
* @api public
*/

function dush () {
export default function dush () {
const all = Object.create(null)
const app = {
/**
Expand Down Expand Up @@ -203,5 +203,3 @@ function dush () {

return app
}

export default dush

0 comments on commit 25668b6

Please sign in to comment.