Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit ac14c81

Browse files
committed
Fixed #140 Updated version, bower dependencies and fixed license issue
https://spdx.org/licenses/ https://docs.npmjs.com/files/package.json
1 parent 88ef48c commit ac14c81

3 files changed

Lines changed: 13 additions & 16 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
bower_components
3+
.idea

bower.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-dialog-service",
33
"description": "A service to handle common dialog types in a web application. Built on top of Angular-Bootstrap's modal",
4-
"version": "5.2.8",
4+
"version": "5.2.9",
55
"keywords": [
66
"angular",
77
"dialog",
@@ -15,6 +15,7 @@
1515
"homepage": "http://michaeleconroy.blogspot.com/"
1616
}
1717
],
18+
"license": "MIT",
1819
"repository": {
1920
"type": "git",
2021
"url": "git://github.com/m-e-conroy/angular-dialog-service"
@@ -33,17 +34,17 @@
3334
],
3435
"dependencies": {
3536
"bootstrap": "^3.x",
36-
"angular": "^1.2",
37-
"angular-sanitize": "^1.2",
38-
"angular-bootstrap": "^0.14.2",
39-
"angular-translate": "^2.1"
37+
"angular": "^1.3",
38+
"angular-sanitize": "^1.3",
39+
"angular-bootstrap": "^0.14.3",
40+
"angular-translate": "^2.4"
4041
},
4142
"resolutions": {
42-
"bootstrap": "3.3.1",
43-
"angular": "1.3.20",
44-
"angular-sanitize": "1.3.20",
43+
"bootstrap": "3.3.5",
44+
"angular": "1.4.7",
45+
"angular-sanitize": "1.4.7",
4546
"angular-bootstrap": "0.14.3",
46-
"angular-translate": "2.4.2"
47+
"angular-translate": "2.8.1"
4748
},
4849
"main": [
4950
"dist/dialogs.min.css",

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-dialog-service",
33
"description": "A service to handle common dialog types in a web application. Built on top of Angular-Bootstrap's modal",
4-
"version": "5.2.8",
4+
"version": "5.2.9",
55
"keywords": [
66
"angular",
77
"dialog",
@@ -44,10 +44,5 @@
4444
"scripts": {
4545
"test": "karma start karma.conf.js"
4646
},
47-
"licenses": [
48-
{
49-
"type": "MIT",
50-
"url": "http://www.opensource.org/licenses/MIT"
51-
}
52-
]
47+
"license": "MIT"
5348
}

0 commit comments

Comments
 (0)