mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix ng2-alfresco compilation
This commit is contained in:
1
ng2-alfresco/components.d.ts
vendored
1
ng2-alfresco/components.d.ts
vendored
@@ -1,3 +1,4 @@
|
||||
/// <reference path="node_modules/angular2/typings/browser.d.ts" />
|
||||
import { HelloWorld } from './src/HelloWorld';
|
||||
import { DocumentList } from "./src/document-list.component";
|
||||
import { AlfrescoService } from "./src/alfresco.service";
|
||||
|
@@ -1,3 +1,4 @@
|
||||
///<reference path='./node_modules/angular2/typings/browser.d.ts'/>
|
||||
import { HelloWorld } from './src/HelloWorld';
|
||||
import { DocumentList } from "./src/document-list.component";
|
||||
import { AlfrescoService } from "./src/alfresco.service";
|
||||
|
@@ -11,7 +11,7 @@
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"prepublish": "tsc && node make.js; exit 0"
|
||||
"prepublish": "tsc && node make.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"angular2": "2.0.0-beta.15",
|
||||
|
Reference in New Issue
Block a user