From df2d6d6c8ae4a0809d34a0def82186eca5004d1a Mon Sep 17 00:00:00 2001 From: Rowinson Gallego Date: Thu, 8 Jun 2017 23:13:22 -0500 Subject: [PATCH] Support for ES6 imports was added --- index.js | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 index.js diff --git a/index.js b/index.js new file mode 100644 index 0000000..6b85ad2 --- /dev/null +++ b/index.js @@ -0,0 +1,7 @@ +require('./dist/dataGrid'); +require('./dist/pagination'); + +module.exports = { + dataGrid: 'dataGrid', + pagination: 'pagination', +}; diff --git a/package.json b/package.json index 260e070..9aaf0b6 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "gulp-uglify": "^1.4.2" }, "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.", - "main": "index.html", + "main": "index.js", "devDependencies": {}, "repository": { "type": "git",