Skip to content

Commit df2f53e

Browse files
author
Janic Beauchemin
committed
update name
1 parent 5e1dd52 commit df2f53e

8 files changed

+10
-10
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
jquery-switcher
1+
jquery.switcher
22
===============
33

44
Custom checkbox in jquery

bower.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "jquery-switcher",
2+
"name": "jquery.switcher",
33
"version": "1.0.0",
4-
"homepage": "http://djanix.github.io/jquery-switcher/",
4+
"homepage": "http://djanix.github.io/jquery.switcher/",
55
"docs": "http://amsul.github.io/pickadate.js",
66
"authors": [
77
"Janic Beauchemin <[email protected]>"
@@ -10,7 +10,7 @@
1010
"main": "dist/switcher.js",
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/djanix/jquery-switcher.git"
13+
"url": "https://github.com/djanix/jquery.switcher.git"
1414
},
1515
"keywords": [
1616
"switcher",

dist/switcher.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* jquery-switcher - 1.0.0
1+
/* jquery.switcher - 1.0.0
22
* Copyright (c) 2014-07-14 Janic Beauchemin - https://github.com/djanix/ */
33

44

dist/switcher.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Under MIT License
88
*/
99

10-
/* jquery-switcher - 1.0.0
10+
/* jquery.switcher - 1.0.0
1111
* Copyright (c) 2014-07-11 Janic Beauchemin - https://github.com/djanix/ */
1212

1313
;(function ($, window, document, undefined) {

dist/switcher.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/switcher.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "jquery-switcher",
2+
"name": "jquery.switcher",
33
"version": "1.0.0",
44
"description": "",
55
"homepage": "",

switcher.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Under MIT License
88
*/
99

10-
/* jquery-switcher - 1.0.0
10+
/* jquery.switcher - 1.0.0
1111
* Copyright (c) 2014-07-11 Janic Beauchemin - https://github.com/djanix/ */
1212

1313
;(function ($, window, document, undefined) {

0 commit comments

Comments
 (0)