From 70a725fc4aef0e1c61f0335a50f7724b0bc45c93 Mon Sep 17 00:00:00 2001 From: Adam Gordon Date: Wed, 2 Dec 2015 14:45:07 -0700 Subject: [PATCH] chore(build): add support for es6 module syntax * add new index.js file for supporting es6 module import format. --- build/index.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 build/index.js diff --git a/build/index.js b/build/index.js new file mode 100644 index 0000000..bd0f8d9 --- /dev/null +++ b/build/index.js @@ -0,0 +1,2 @@ +require('./angular-spinkit'); +module.exports = 'angularSpinkit';