Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit d458be4

Browse files
committed
Release 1.2.3
1 parent 5eac049 commit d458be4

File tree

4 files changed

+7
-22
lines changed

4 files changed

+7
-22
lines changed

angular-confirm.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
11
/*
22
* angular-confirm
33
* https://github.com/Schlogen/angular-confirm
4-
* @version v1.2.2 - 2015-12-08
4+
* @version v1.2.3 - 2016-01-26
55
* @license Apache
66
*/
77
(function (root, factory) {
88
'use strict';
99
if (typeof define === 'function' && define.amd) {
10-
// AMD. Register as an anonymous module.
1110
define(['angular'], factory);
1211
} else if (typeof module !== 'undefined' && typeof module.exports === 'object') {
13-
// CommonJS support (for us webpack/browserify/ComponentJS folks)
1412
module.exports = factory(require('angular'));
1513
} else {
16-
// in the case of no module loading system
17-
// then don't worry about creating a global
18-
// variable like you would in normal UMD.
19-
// It's not really helpful... Just call your factory
2014
return factory(root.angular);
2115
}
2216
}(this, function (angular) {

angular-confirm.min.js

Lines changed: 2 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-confirm-modal",
33
"main": "angular-confirm.min.js",
4-
"version": "1.2.2",
4+
"version": "1.2.3",
55
"homepage": "https://github.com/Schlogen/angular-confirm",
66
"authors": [
77
"James Kleeh"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-confirm",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Angular Confirm Modal",
55
"main": "angular-confirm.min.js",
66
"scripts": {
@@ -34,8 +34,8 @@
3434
"gulp-rename": "^1.2.2",
3535
"gulp-uglify": "^1.4.2",
3636
"jasmine-core": "^2.3.4",
37-
"karma": "0.12.37",
38-
"karma-chrome-launcher": "^0.2.0",
37+
"karma": "0.13.19",
38+
"karma-chrome-launcher": "^0.2.2",
3939
"karma-jasmine": "^0.3.6"
4040
}
4141
}

0 commit comments

Comments
 (0)