Improve 'ng2-alfresco-upload' imports

This commit is contained in:
Denys Vuika
2016-06-15 14:26:36 +01:00
parent 8ca6c8d03a
commit 0a973ef025
7 changed files with 8 additions and 7 deletions

View File

@@ -1,6 +1,5 @@
npm-debug.log
node_modules
jspm_packages
.idea
typings
coverage
@@ -11,6 +10,6 @@ src/**/*.d.ts
demo/**/*.js
demo/**/*.js.map
demo/**/*.d.ts
ng2-alfresco-upload.js
ng2-alfresco-upload.js.map
index.js
index.js.map
!systemjs.config.js

View File

@@ -23,7 +23,7 @@ import {
AlfrescoSettingsService,
AlfrescoAuthenticationService
} from 'ng2-alfresco-core';
import { ALFRESCO_ULPOAD_COMPONENTS, UploadService } from 'ng2-alfresco-upload/dist/ng2-alfresco-upload';
import { ALFRESCO_ULPOAD_COMPONENTS, UploadService } from 'ng2-alfresco-upload';
@Component({

View File

@@ -28,6 +28,8 @@
"coverage": "npm run test && http-server -c-1 -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"