Skip to content

Commit 5147cf0

Browse files
committed
change package name to bootstrap-confirmation2
1 parent 94cdd87 commit 5147cf0

File tree

6 files changed

+17
-27
lines changed

6 files changed

+17
-27
lines changed

Gruntfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ module.exports = function(grunt) {
44

55
banner:
66
'/*!\n'+
7-
' * Bootstrap-Confirmation.js <%= pkg.version %>\n'+
8-
' * https://github.com/mistic100/Bootstrap-Confirmation\n'+
7+
' * Bootstrap Confirmation <%= pkg.version %>\n'+
98
' * Copyright 2013 Nimit Suwannagate <ethaizone@hotmail.com>\n'+
109
' * Copyright <%= grunt.template.today("yyyy") %> Damien "Mistic" Sorel <http://www.strangeplanet.fr>\n'+
1110
' * Licensed under the Apache License, Version 2.0 (the "License")\n'+

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
Bootstrap-Confirmation
2-
======================
1+
# Bootstrap-Confirmation
32

4-
Javascript plug-in for Twitter Bootstrap. Requires Bootstrap Popover.
3+
[![Bower version](https://badge.fury.io/bo/bootstrap-confirmation2.svg)](http://badge.fury.io/bo/cootstrap-confirmation2)
54

6-
[Documentation](http://mistic100.github.io/Bootstrap-Confirmation/)
5+
Bootstrap plugin for on-place confirm boxes using Popover.
6+
7+
8+
## Documentation
9+
10+
http://mistic100.github.io/Bootstrap-Confirmation
711

812

913
## Changes from original one
14+
1015
- Bootstrap 3 compatible
1116
- Fix double event fires
1217
- Automatic handle of links (without need of custom callback)

bootstrap-confirmation.js

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,8 @@
11
/*!
2-
* Bootstrap-Confirmation
3-
* https://github.com/mistic100/Bootstrap-Confirmation
4-
*
2+
* Bootstrap Confirmation 2.1.0
53
* Copyright 2013 Nimit Suwannagate <ethaizone@hotmail.com>
64
* Copyright 2014 Damien "Mistic" Sorel <http://www.strangeplanet.fr>
7-
*
8-
* Licensed under the Apache License, Version 2.0 (the "License");
9-
* you may not use this file except in compliance with the License.
10-
* You may obtain a copy of the License at
11-
*
12-
* http://www.apache.org/licenses/LICENSE-2.0
13-
*
14-
* Unless required by applicable law or agreed to in writing, software
15-
* distributed under the License is distributed on an "AS IS" BASIS,
16-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17-
* See the License for the specific language governing permissions and
18-
* limitations under the License.
5+
* Licensed under the Apache License, Version 2.0 (the "License")
196
*/
207

218
+function ($) {

bootstrap-confirmation.min.js

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

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "Bootstrap-Confirmation",
3-
"version": "2.0.0",
2+
"name": "bootstrap-confirmation2",
3+
"version": "2.1.0",
44
"homepage": "https://github.com/mistic100/Bootstrap-Confirmation",
55
"authors": [
66
"ethaizone",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "Bootstrap-Confirmation",
3-
"version": "2.0.0",
2+
"name": "bootstrap-confirmation2",
3+
"version": "2.1.0",
44
"homepage": "https://github.com/mistic100/Bootstrap-Confirmation",
55
"description": "Bootstrap plugin for on-place confirm boxes using Popover",
66
"author": "ethaizone",

0 commit comments

Comments
 (0)