diff --git a/index.js b/index.js new file mode 100644 index 0000000..587d35b --- /dev/null +++ b/index.js @@ -0,0 +1,2 @@ +require('./dist/angular-table.js'); +module.exports = 'angular-table'; diff --git a/package.json b/package.json index a98a56c..c2c4ac7 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "type": "git", "url": "git://github.com/samu/angular-table.git" }, + "main": "./index.js", "dependencies": { "angular": "~1.2.9" },