Skip to content

Commit

Permalink
tested against angular 1.6.x and it works. Expanding version
Browse files Browse the repository at this point in the history
  • Loading branch information
akang committed Jul 18, 2017
1 parent 126c6ec commit 9b6506a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-modal-service",
"version": "0.12.1",
"version": "0.12.2",
"homepage": "https://github.com/dwmkerr/angular-modal-service",
"authors": [
"Dave Kerr (github.com/dwmkerr)"
Expand Down Expand Up @@ -29,9 +29,9 @@
"*.yml"
],
"dependencies": {
"angular": "~1.5.x"
"angular": "1.5.0 - 1.6.x"
},
"devDependencies": {
"angular-mocks": "~1.5.x"
"angular-mocks": "1.5.0 - 1.6.x"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-modal-service",
"version": "0.12.1",
"version": "0.12.2",
"description": "AngularJS Service for showing Modals and Popups",
"main": "./dst/angular-modal-service.js",
"scripts": {
Expand All @@ -27,8 +27,8 @@
},
"homepage": "https://github.com/dwmkerr/angular-modal-service",
"devDependencies": {
"angular": "1.5.x",
"angular-mocks": "1.5.x",
"angular": "1.6.x",
"angular-mocks": "1.6.x",
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
Expand Down

0 comments on commit 9b6506a

Please sign in to comment.