Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Bump version. Loosen dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Ludlow committed Mar 30, 2016
1 parent dcd268a commit 94c16da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-bs3-modal",
"version": "0.4.2",
"version": "0.4.3",
"description": "Angular2 Boostrap3 Modal Component",
"main": "ng2-bs3-modal.js",
"scripts": {
Expand Down Expand Up @@ -57,7 +57,7 @@
"zone.js": "0.6.6"
},
"peerDependencies": {
"angular2": "2.0.0-beta.12",
"bootstrap": "3.3"
"angular2": "^2.0.0-beta.9",
"bootstrap": "~3.3.x"
}
}

0 comments on commit 94c16da

Please sign in to comment.