Skip to content

Commit 43f38e5

Browse files
committed
Bump dependencies
1 parent 69c84b8 commit 43f38e5

File tree

7 files changed

+22
-25
lines changed

7 files changed

+22
-25
lines changed

Gruntfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = function(grunt) {
33
pkg: grunt.file.readJSON('package.json'),
44
uglify: {
55
options: {
6-
banner: '/*! <%= pkg.title %> - <%= pkg.version %> - <%= grunt.template.today("yyyy-mm-dd") %> | https://github.com/jpntex/TextTailor.js | Copyright (c) 2019 João Teixeira (@jpntex) | MIT License */\n'
6+
banner: '/*! <%= pkg.title %> - <%= pkg.version %> - <%= grunt.template.today("yyyy-mm-dd") %> | https://github.com/jpntex/TextTailor.js | Copyright (c) <%= grunt.template.today("yyyy") %> João Teixeira (@jpntex) | MIT License */\n'
77
},
88
build: {
99
src: 'jquery.texttailor.js',
@@ -23,6 +23,5 @@ module.exports = function(grunt) {
2323
grunt.loadNpmTasks('grunt-contrib-uglify');
2424
grunt.loadNpmTasks('grunt-contrib-jshint');
2525

26-
2726
grunt.registerTask('default', ['jshint', 'uglify']);
2827
};

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The parent element needs to have a height (fixed or percentage).
1919

2020
## License
2121
```
22-
Copyright (c) 2019 João Teixeira
22+
Copyright (c) João Teixeira
2323
2424
Permission is hereby granted, free of charge, to any person obtaining a copy
2525
of this software and associated documentation files (the "Software"), to deal

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "TextTailor.js",
3-
"version": "0.1.0",
3+
"version": "0.1.2",
44
"homepage": "https://github.com/jpntex/TextTailor.js",
55
"authors": [
66
"João Teixeira <[email protected]>"

dist/jquery.texttailor.min.js

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

jquery.texttailor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*!
2-
* TextTailor - v0.1.0
2+
* TextTailor - v0.1.2
33
* https://github.com/jpntex
44
*
5-
* Copyright (c) 2019 João Teixeira; Licensed MIT
5+
* Copyright (c) 2020 João Teixeira; Licensed MIT
66
*
77
*/
88

package-lock.json

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

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "texttailor.js",
33
"title": "TextTailor.js",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"description": "jQuery plugin, tailor made text to fill the height of the parent element or ellipse it if it doesn't fit",
66
"author": "João Teixeira",
77
"devDependencies": {
@@ -20,7 +20,13 @@
2020
},
2121
"keywords": [
2222
"TextTailor.JS",
23-
"jquery"
23+
"jquery",
24+
"text",
25+
"ellipsis",
26+
"fit",
27+
"scale",
28+
"scale text",
29+
"fill"
2430
],
2531
"license": "MIT",
2632
"bugs": {

0 commit comments

Comments
 (0)