Simplified imports for DataTable

This commit is contained in:
Denys Vuika
2016-06-15 13:11:13 +01:00
parent e378181058
commit 011f587455
5 changed files with 6 additions and 4 deletions

View File

@@ -6,6 +6,6 @@ coverage/
dist/
src/**/*.js
src/**/*.js.map
ng2-alfresco-datatable.js
ng2-alfresco-datatable.js.map
index.js
index.js.map
!systemjs.config.js

View File

@@ -28,6 +28,8 @@
"coverage": "npm run test && wsrv -o -p 9875 ./coverage/report",
"prepublish": "npm run build"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/Alfresco/dev-platform-webcomponents.git"