Skip to content

Commit 1f2b935

Browse files
author
Tom Doan
committed
Update to v1.0.6
1 parent 5c5a1f7 commit 1f2b935

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
**/.*
22
*.json
33
LICENSE
4-
README.md
4+
README.md

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: node_js
2+
script: /bin/true
3+
install: /bin/true
4+
deploy:
5+
provider: npm
6+
email: thdoan@gmail.com
7+
api_key:
8+
secure: Fg/W6bkAeU7kInVYGQFWDT5/QQjk/A22YUXYGif9dUma5zx7Ulq+V+Pz68B3y/BmVnghf7XBEetDlFP5qMGMgIdZbcg8BwjRrfntK7LUBq0P1nPcuO79ZfNbIFSXjchZ1wNfu03RnrZbSSKYVj7DWEEHE0r/lK5BtAVFiJ66WPA=
9+
on:
10+
tags: true
11+
repo: thdoan/scalem
12+
all_branches: true

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "scalem",
33
"description": "A lightweight jQuery plugin to make any element scalable (responsive).",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"main": "dist/jquery.scalem.js",
66
"license": "MIT",
77
"ignore": [

dist/jquery.scalem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Scalem v1.0.5 - A responsive text jQuery plugin
2+
* Scalem v1.0.6 - A responsive text jQuery plugin
33
* Copyright 2014, Tom Doan (http://www.tohodo.com/)
44
*
55
* Scalem by Tom Doan is licensed under the MIT License.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scalem",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "A lightweight jQuery plugin to make any element scalable (responsive).",
55
"keywords": [
66
"jquery-plugin",

0 commit comments

Comments
 (0)