diff --git a/js/index.js b/js/index.js new file mode 100644 index 0000000..b349831 --- /dev/null +++ b/js/index.js @@ -0,0 +1,2 @@ +require('./angular-winjs.js'); +module.exports = 'angular-winjs'; diff --git a/package.json b/package.json index 681955a..3f01e4f 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "license": "MIT", "version": "4.4.0", - "main": "js/angular-winjs.js", + "main": "js/index.js", "scripts": { "test": "karma start karma.config.js" },