Skip to content

Commit 2596c81

Browse files
committed
chore: move to @code-lts namespace
Ref: #37
1 parent 108a857 commit 2596c81

4 files changed

+7
-7
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-fullscreen-plugin",
3-
"homepage": "https://github.com/kayahr/jquery-fullscreen-plugin",
3+
"homepage": "https://github.com/code-lts/jquery-fullscreen-plugin",
44
"main": "jquery.fullscreen.js",
55
"version": "1.1.5"
66
}

jquery.fullscreen-min.js

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

jquery.fullscreen.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @preserve jquery.fullscreen 1.1.5
3-
* https://github.com/kayahr/jquery-fullscreen-plugin
3+
* https://github.com/code-lts/jquery-fullscreen-plugin
44
* Copyright (C) 2012-2013 Klaus Reimer <[email protected]>
55
* Licensed under the MIT license
66
* (See http://www.opensource.org/licenses/mit-license)

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"licenses": [
1414
{
1515
"type": "MIT",
16-
"url": "https://github.com/kayahr/jquery-fullscreen-plugin/blob/master/LICENSE.txt"
16+
"url": "https://github.com/code-lts/jquery-fullscreen-plugin/blob/master/LICENSE.txt"
1717
}
1818
],
19-
"bugs": "https://github.com/kayahr/jquery-fullscreen-plugin/issues",
20-
"homepage": "https://github.com/kayahr/jquery-fullscreen-plugin",
21-
"docs": "https://github.com/kayahr/jquery-fullscreen-plugin",
19+
"bugs": "https://github.com/code-lts/jquery-fullscreen-plugin/issues",
20+
"homepage": "https://github.com/code-lts/jquery-fullscreen-plugin",
21+
"docs": "https://github.com/code-lts/jquery-fullscreen-plugin",
2222
"dependencies": {
2323
"jquery": ">=1.5"
2424
}

0 commit comments

Comments
 (0)