Skip to content

Commit

Permalink
chore(build): add support for es6 module syntax
Browse files Browse the repository at this point in the history
* add new index.js file for supporting es6 module import format.
  • Loading branch information
icfantv committed Dec 2, 2015
1 parent 7f1c375 commit 70a725f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
require('./angular-spinkit');
module.exports = 'angularSpinkit';

0 comments on commit 70a725f

Please sign in to comment.