Skip to content

Commit 76b4865

Browse files
rwngallegoAlexanderZhukCoherent
authored andcommitted
Support for ES6 imports was added (#45)
1 parent 70e8cc7 commit 76b4865

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: index.js

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
require('./dist/dataGrid');
2+
require('./dist/pagination');
3+
4+
module.exports = {
5+
dataGrid: 'dataGrid',
6+
pagination: 'pagination',
7+
};

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"gulp-uglify": "^1.4.2"
1616
},
1717
"description": "Light, flexible and performant Data Grid for AngularJS apps, with built-in sorting, pagination and filtering options, unified API for client-side and server-side data fetching, \r seamless synchronization with browser address bar and total freedom in mark-up and styling suitable for your application. Angular 1.3 - 1.6 compliant.",
18-
"main": "index.html",
18+
"main": "index.js",
1919
"devDependencies": {},
2020
"repository": {
2121
"type": "git",

0 commit comments

Comments
 (0)