Skip to content

Commit

Permalink
[TASK] Get rid of hardcoded typing definitions
Browse files Browse the repository at this point in the history
Resolves: bleenco#29
  • Loading branch information
ohader committed Jul 25, 2016
1 parent 16b1325 commit c352e7d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
"license": "MIT",
"main": "./ng2-uploader.ts",
"author": "Jan Kuri <[email protected]>",
"scripts": {
"postinstall": "typings install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jkuri/ng2-uploader.git"
Expand All @@ -32,7 +29,6 @@
"zone.js": "^0.6.12"
},
"devDependencies": {
"typescript": "1.8.10",
"typings": "^1.3.1"
"typescript": "1.8.10"
}
}
1 change: 0 additions & 1 deletion src/services/ng2-uploader.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/// <reference path="../../typings/index.d.ts" />
import { EventEmitter } from '@angular/core';
export declare class Ng2Uploader {
url: string;
Expand Down
1 change: 0 additions & 1 deletion src/services/ng2-uploader.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/// <reference path="../../typings/index.d.ts"/>
import {Injectable, EventEmitter} from '@angular/core';

class UploadedFile {
Expand Down

0 comments on commit c352e7d

Please sign in to comment.