Skip to content

Commit

Permalink
upgrade to angular v4.0.1 + relaxed peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
narainsagar authored and usama-jarral committed Apr 9, 2017
1 parent 90a4b07 commit 0e2fa38
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
3 changes: 1 addition & 2 deletions .angular-cli.json
@@ -1,8 +1,7 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"project": {
"version": "1.0.0-beta.32.3",
"name": "angular2-file-upload"
"name": "ng-uploader"
},
"apps": [
{
Expand Down
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -13,25 +13,25 @@
},
"private": true,
"dependencies": {
"@angular/common": "^2.4.0",
"@angular/compiler": "^2.4.0",
"@angular/core": "^2.4.0",
"@angular/forms": "^2.4.0",
"@angular/http": "^2.4.0",
"@angular/platform-browser": "^2.4.0",
"@angular/platform-browser-dynamic": "^2.4.0",
"@angular/router": "^3.4.0",
"angular2-mdl": "^2.13.1",
"@angular/common": "^4.0.1",
"@angular/compiler": "^4.0.1",
"@angular/core": "^4.0.1",
"@angular/forms": "^4.0.1",
"@angular/http": "^4.0.1",
"@angular/platform-browser": "^4.0.1",
"@angular/platform-browser-dynamic": "^4.0.1",
"@angular/router": "^4.0.1",
"angular2-mdl": "^2.13.2",
"core-js": "^2.4.1",
"rxjs": "^5.1.0",
"zone.js": "^0.7.6"
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/cli": "1.0.0-beta.32.3",
"@angular/compiler-cli": "^2.4.0",
"@angular/cli": "1.0.0",
"@angular/compiler-cli": "^4.0.1",
"@types/jasmine": "2.5.38",
"@types/node": "~6.0.60",
"codelyzer": "~2.0.0-beta.4",
"codelyzer": "~2.0.0",
"jasmine-core": "~2.5.2",
"jasmine-spec-reporter": "~3.2.0",
"karma": "~1.4.1",
Expand All @@ -42,7 +42,7 @@
"karma-coverage-istanbul-reporter": "^0.2.0",
"protractor": "~5.1.0",
"ts-node": "~2.0.0",
"tslint": "~4.4.2",
"typescript": "~2.0.0"
"tslint": "~4.5.0",
"typescript": "~2.2.0"
}
}
8 changes: 5 additions & 3 deletions pub-package.json
Expand Up @@ -2,7 +2,6 @@
"name": "ng-uploader",
"version": "1.0.1",
"license": "MIT",
"angular-cli": {},
"author": "Babar Bilal <babarxm2@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -11,9 +10,12 @@
"bugs": {
"url": "https://github.com/babarxm/ng-uploader/issues"
},
"main": "index.js",
"module": "index.js",
"typings": "index.d.ts",
"peerDependencies": {
"@angular/common": "*",
"@angular/core": "*"
"@angular/common": ">=2.0.0 || >=4.0.0",
"@angular/core": ">=2.0.0 || >=4.0.0"
},
"homepage": "https://github.com/babarxm/ng-uploader#readme",
"keywords": [
Expand Down

0 comments on commit 0e2fa38

Please sign in to comment.