Skip to content

Commit

Permalink
bump to 0.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Aug 18, 2016
1 parent e5846dc commit a0ba88f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 118 deletions.
2 changes: 1 addition & 1 deletion ng2-uploader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export * from './src/directives/ng-file-drop';
export default {
directives: [NgFileSelect, NgFileDrop],
providers: [Ng2Uploader]
}
};

export const UPLOAD_DIRECTIVES: [any] = [NgFileSelect, NgFileDrop];
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "ng2-uploader",
"description": "Angular2 File Uploader",
"version": "0.5.12",
"version": "0.5.13",
"license": "MIT",
"main": "ng2-uploader.ts",
"author": "Jan Kuri <[email protected]>",
"scripts": {
"clean": "./scripts/clean.sh",
"lint": "tslint \"src/**/*.ts\"",
"dev": "tsc --watch",
"prepublish": "tsc"
},
Expand All @@ -33,8 +32,6 @@
"zone.js": "^0.6.12"
},
"devDependencies": {
"codelyzer": "0.0.26",
"tslint": "3.14.0",
"typescript": "2.0.0"
}
}
6 changes: 3 additions & 3 deletions scripts/clean.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

find . -name "*.js" -type f -delete
find . -name "*.js.map" -type f -delete
find . -name "*.d.ts" -type f -delete
find src/ -name "*.js" -type f -delete
find src/ -name "*.js.map" -type f -delete
find src/ -name "*.d.ts" -type f -delete
110 changes: 0 additions & 110 deletions tslint.json

This file was deleted.

0 comments on commit a0ba88f

Please sign in to comment.