diff --git a/index.js b/index.js new file mode 100644 index 0000000..947adae --- /dev/null +++ b/index.js @@ -0,0 +1,2 @@ +require('./dist/angular-timeago'); +module.exports = 'yaru22.angular-timeago'; \ No newline at end of file diff --git a/package.json b/package.json index c4cf190..aee628d 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "protractor": "4.0.11", "serve-static": "1.11.1" }, - "main": "dist/angular-timeago.js", + "main": "index.js", "scripts": { "test": "grunt test" }