Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpntex committed Jun 9, 2020
1 parent 69c84b8 commit 43f38e5
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 25 deletions.
3 changes: 1 addition & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = function(grunt) {
pkg: grunt.file.readJSON('package.json'),
uglify: {
options: {
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'
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'
},
build: {
src: 'jquery.texttailor.js',
Expand All @@ -23,6 +23,5 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-jshint');


grunt.registerTask('default', ['jshint', 'uglify']);
};
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The parent element needs to have a height (fixed or percentage).

## License
```
Copyright (c) 2019 João Teixeira
Copyright (c) João Teixeira
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TextTailor.js",
"version": "0.1.0",
"version": "0.1.2",
"homepage": "https://github.com/jpntex/TextTailor.js",
"authors": [
"João Teixeira <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.texttailor.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions jquery.texttailor.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* TextTailor - v0.1.0
* TextTailor - v0.1.2
* https://github.com/jpntex
*
* Copyright (c) 2019 João Teixeira; Licensed MIT
* Copyright (c) 2020 João Teixeira; Licensed MIT
*
*/

Expand Down
24 changes: 8 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "texttailor.js",
"title": "TextTailor.js",
"version": "0.1.1",
"version": "0.1.2",
"description": "jQuery plugin, tailor made text to fill the height of the parent element or ellipse it if it doesn't fit",
"author": "João Teixeira",
"devDependencies": {
Expand All @@ -20,7 +20,13 @@
},
"keywords": [
"TextTailor.JS",
"jquery"
"jquery",
"text",
"ellipsis",
"fit",
"scale",
"scale text",
"fill"
],
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 43f38e5

Please sign in to comment.