chore(deps): use angular2 0.44 and ensure noImplicitAny:true builds

This commit is contained in:
Dmitriy Schekhovtsov
2015-10-21 13:21:52 +03:00
parent 443c778d0d
commit 61bbb9d3b5
11 changed files with 127 additions and 114 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ng2-file-upload",
"version": "0.42.0",
"version": "0.44.0",
"description": "angular2 file upload directives",
"scripts": {
"deploy": "NODE_ENV=production webpack -p --progress --color --optimize-minimize --optimize-dedupe --optimize-occurence-order",
@@ -10,12 +10,8 @@
"start": "npm run server",
"test": "gulp lint"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"components"
],
"main": "ng2-file-upload.js",
"typings": "ng2-file-upload.d.ts",
"keywords": [
"angular2",
"bootstrap",
@@ -33,8 +29,8 @@
},
"homepage": "https://github.com/valor-software/ng2-file-upload#readme",
"dependencies": {
"angular2": "2.0.0-alpha.42",
"ng2-bootstrap": "0.42.0",
"angular2": "2.0.0-alpha.44",
"ng2-bootstrap": "0.44.3",
"reflect-metadata": "0.1.2",
"ts-loader": "0.5.6",
"zone.js": "0.5.8"
@@ -43,7 +39,7 @@
"bootstrap": "3.3.5",
"clean-webpack-plugin": "0.1.3",
"compression-webpack-plugin": "0.2.0",
"eslint": "1.6.0",
"eslint": "1.7.2",
"exports-loader": "0.6.2",
"file-loader": "0.8.4",
"gulp": "3.9.0",
@@ -56,13 +52,25 @@
"markdown-loader": "0.1.7",
"marked": "0.3.5",
"moment": "2.10.6",
"pre-commit": "1.1.1",
"pre-commit": "1.1.2",
"prismjs": "valorkin/prism",
"prismjs-loader": "0.0.2",
"raw-loader": "0.5.1",
"require-dir": "0.3.0",
"typescript": "1.6.2",
"webpack": "1.12.2",
"webpack-dev-server": "1.12.0"
}
"webpack-dev-server": "1.12.1"
},
"contributors": [
{
"name": "Vyacheslav Chub",
"email": "vyacheslav.chub@valor-software.com",
"url": "https://github.com/buchslava"
},
{
"name": "Dmitriy Shekhovtsov",
"email": "valorkin@gmail.com",
"url": "https://github.com/valorkin"
}
]
}