Skip to content

Commit

Permalink
Merge pull request #99 from brunowego/patch-1
Browse files Browse the repository at this point in the history
ES6 import/require Support
  • Loading branch information
samu committed Jan 11, 2017
2 parents fc6f136 + 7738ff6 commit 9e213b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
@@ -0,0 +1,2 @@
require('./dist/angular-table.js');
module.exports = 'angular-table';
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -19,6 +19,7 @@
"type": "git",
"url": "git://github.com/samu/angular-table.git"
},
"main": "./index.js",
"dependencies": {
"angular": "~1.2.9"
},
Expand Down

0 comments on commit 9e213b9

Please sign in to comment.