Skip to content

Commit 8d0e307

Browse files
committed
renamed alpha folder
1 parent 36f3a89 commit 8d0e307

19 files changed

+11
-114
lines changed

bootstrap-v3/Gruntfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ module.exports = function(grunt) {
1717
sass: {
1818
options: {
1919
implementation: sass,
20-
banner : '<%= meta.banner %>',
2120
includePaths: [path.join(__dirname, 'node_modules')]
2221
},
2322
expanded: {
@@ -59,7 +58,7 @@ module.exports = function(grunt) {
5958
banner : '<%= meta.banner %>'
6059
},
6160
files: {
62-
src: [ 'dist/css/*.css', 'dist/js/*.js', 'dist/scss/<%= meta.filename %>.scss' ]
61+
src: [ 'dist/css/*.css', 'dist/js/*.js' ]
6362
}
6463
}
6564
},

bootstrap-v4.0.0-alpha.6/Gruntfile.js renamed to bootstrap-v4-alpha/Gruntfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ module.exports = function(grunt) {
1717
sass: {
1818
options: {
1919
implementation: sass,
20-
banner : '<%= meta.banner %>',
2120
includePaths: [path.join(__dirname, 'node_modules')]
2221
},
2322
expanded: {
@@ -59,7 +58,7 @@ module.exports = function(grunt) {
5958
banner : '<%= meta.banner %>'
6059
},
6160
files: {
62-
src: [ 'dist/css/*.css', 'dist/js/*.js', 'dist/scss/<%= meta.filename %>.scss' ]
61+
src: [ 'dist/css/*.css', 'dist/js/*.js' ]
6362
}
6463
}
6564
},

bootstrap-v4.0.0-alpha.6/dist/css/bootstrap-tooltip-custom-class.css renamed to bootstrap-v4-alpha/dist/css/bootstrap-tooltip-custom-class.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* bootstrap-tooltip-custom-class-for-bootstrap-v4.0.0-alpha.6
2+
* bootstrap-tooltip-custom-class-for-bootstrap-v4-alpha
33
* v1.0.0
44
* Extend Bootstrap Tooltip plugin by adding custom classes. For Bootstrap v4.0.0-alpha.6.
55
Custom classes can be added by using `customClass` parameter or via `data-custom-class` attribute.

bootstrap-v4.0.0-alpha.6/dist/css/bootstrap-tooltip-custom-class.min.css renamed to bootstrap-v4-alpha/dist/css/bootstrap-tooltip-custom-class.min.css

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

bootstrap-v4.0.0-alpha.6/dist/js/bootstrap-tooltip-custom-class.js renamed to bootstrap-v4-alpha/dist/js/bootstrap-tooltip-custom-class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* bootstrap-tooltip-custom-class-for-bootstrap-v4.0.0-alpha.6
2+
* bootstrap-tooltip-custom-class-for-bootstrap-v4-alpha
33
* v1.0.0
44
* Extend Bootstrap Tooltip plugin by adding custom classes. For Bootstrap v4.0.0-alpha.6.
55
Custom classes can be added by using `customClass` parameter or via `data-custom-class` attribute.

bootstrap-v4.0.0-alpha.6/dist/js/bootstrap-tooltip-custom-class.min.js renamed to bootstrap-v4-alpha/dist/js/bootstrap-tooltip-custom-class.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* bootstrap-tooltip-custom-class-for-bootstrap-v4.0.0-alpha.6
2+
* bootstrap-tooltip-custom-class-for-bootstrap-v4-alpha
33
* v1.0.0
44
* Extend Bootstrap Tooltip plugin by adding custom classes. For Bootstrap v4.0.0-alpha.6.
55
Custom classes can be added by using `customClass` parameter or via `data-custom-class` attribute.
File renamed without changes.

bootstrap-v4.0.0-alpha.6/package-lock.json renamed to bootstrap-v4-alpha/package-lock.json

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

bootstrap-v4.0.0-alpha.6/package.json renamed to bootstrap-v4-alpha/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
2-
"name": "bootstrap-tooltip-custom-class-for-bootstrap-v4.0.0-alpha.6",
2+
"name": "bootstrap-tooltip-custom-class-for-bootstrap-v4-alpha",
33
"version": "1.0.0",
44
"description": "Extend Bootstrap Tooltip plugin by adding custom classes. For Bootstrap v4.0.0-alpha.6.\nCustom classes can be added by using `customClass` parameter or via `data-custom-class` attribute.\nThere are 5 predefined custom classes in CSS: .tooltip-primary, .tooltip-success, .tooltip-info, .tooltip-warning, .tooltip-danger.",
55
"scripts": {
6-
"test": "echo \"Error: no test specified\" && exit 1",
76
"build": "grunt build"
87
},
98
"repository": {

0 commit comments

Comments
 (0)