Skip to content

Commit

Permalink
feat: support angular 4.0 and 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebholstein committed Mar 26, 2017
1 parent 7f9ee88 commit 263e92d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
},
"homepage": "https://angular-maps.com",
"dependencies": {
"@angular/common": "^2.3.1",
"@angular/core": "^2.3.1"
"@angular/common": ">=2.0.0 < 5.0.0",
"@angular/core": ">=2.0.0 < 5.0.0"
},
"devDependencies": {
"@angular/compiler": "^2.3.1",
Expand Down Expand Up @@ -85,8 +85,8 @@
"jspm": {
"jspmNodeConversion": false,
"dependencies": {
"@angular/common": "^2.3.1",
"@angular/core": "^2.3.1"
"@angular/common": ">=2.0.0 < 5.0.0",
"@angular/core": ">=2.0.0 < 5.0.0"
}
}
}

0 comments on commit 263e92d

Please sign in to comment.