Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Feb 16, 2017
1 parent e1e1285 commit b60c161
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
25 changes: 12 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-uploader",
"description": "Angular File Uploader",
"version": "2.1.11",
"version": "2.2.0",
"license": "MIT",
"main": "bundle/ngx-uploader.umd.js",
"module": "ngx-uploader.js",
Expand All @@ -28,13 +28,13 @@
"uploader"
],
"devDependencies": {
"@angular/common": "^2.4.6",
"@angular/compiler": "^2.4.6",
"@angular/compiler-cli": "^2.4.6",
"@angular/core": "^2.4.6",
"@angular/platform-browser": "^2.4.6",
"@angular/platform-browser-dynamic": "^2.4.6",
"@angular/platform-server": "^2.4.6",
"@angular/common": "^2.4.7",
"@angular/compiler": "^2.4.7",
"@angular/compiler-cli": "^2.4.7",
"@angular/core": "^2.4.7",
"@angular/platform-browser": "^2.4.7",
"@angular/platform-browser-dynamic": "^2.4.7",
"@angular/platform-server": "^2.4.7",
"@types/core-js": "^0.9.35",
"@types/node": "^7.0.5",
"codelyzer": "^2.0.0",
Expand All @@ -44,12 +44,11 @@
"reflect-metadata": "^0.1.9",
"rollup": "^0.41.4",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rxjs": "^5.1.0",
"rxjs": "^5.1.1",
"tslint": "^4.4.2",
"typedoc": "^0.5.5",
"typescript": "2.1.5",
"zone.js": "^0.7.6"
"typedoc": "^0.5.6",
"typescript": "2.1.6",
"zone.js": "^0.7.7"
}
}
2 changes: 1 addition & 1 deletion scripts/clean.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

find . -name "*.js" -type f -and -not -path "./node_modules/*" -and -not -path "./gulpfile.js" -and -not -path "./make.js" -delete
find . -name "*.js" -type f -and -not -path "./node_modules/*" -and -not -path "./gulpfile.js" -and -not -path "./rollup.config.js" -delete
find . -name "*.js.map" -type f -not -path "./node_modules/*" -delete
find . -name "*.d.ts" -type f -not -path "./node_modules/*" -delete
find . -name "*.metadata.json" -type f -not -path "./node_modules/*" -delete
Expand Down

0 comments on commit b60c161

Please sign in to comment.