diff --git a/index.js b/index.js new file mode 100644 index 0000000..5ded724 --- /dev/null +++ b/index.js @@ -0,0 +1,3 @@ +require('./angular-deckgrid'); + +module.exports = 'akoenig.deckgrid'; \ No newline at end of file diff --git a/package.json b/package.json index be547dc..4627fca 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,5 @@ }, "scripts": { "test": "grunt test" - }, - "main" : "angular-deckgrid.js" + } }