diff --git a/index.js b/index.js new file mode 100644 index 0000000..722c734 --- /dev/null +++ b/index.js @@ -0,0 +1,3 @@ +require('./dist/ui-bootstrap-tpls'); + +module.exports = 'ui.bootstrap'; diff --git a/package.json b/package.json index c0519f7..64d2461 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "files": [ "dist/", "src/", "template/" ], + "main": "index.js", "scripts":{ "test": "grunt" },