Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit 256e844

Browse files
author
Jongmoon Yoon
committed
chore(all): rename repository name and related
Ref #11
1 parent be01f93 commit 256e844

File tree

7 files changed

+17
-16
lines changed

7 files changed

+17
-16
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can download the compressed files for production
4444
The following command shows how to install egjs-jquery-transform using npm.
4545

4646
```bash
47-
$ npm install @egjs/transform
47+
$ npm install @egjs/jquery-transform
4848
```
4949

5050

demo/release/latest/dist/transform.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
/*!
22
* Copyright (c) 2017 NAVER Corp.
3-
* @egjs/transform project is licensed under the MIT license
3+
* @egjs/jquery-transform project is licensed under the MIT license
44
*
5-
* @egjs/transform JavaScript library
5+
* @egjs/jquery-transform JavaScript library
66
*
77
*
8-
* @version 2.0.0-rc
8+
* @version 2.0.0-snapshot
99
*/
1010
(function webpackUniversalModuleDefinition(root, factory) {
1111
if(typeof exports === 'object' && typeof module === 'object')
1212
module.exports = factory(require("jquery"));
1313
else if(typeof define === 'function' && define.amd)
14-
define("transform", ["jquery"], factory);
14+
define("$Transform", ["jquery"], factory);
1515
else if(typeof exports === 'object')
16-
exports["transform"] = factory(require("jquery"));
16+
exports["$Transform"] = factory(require("jquery"));
1717
else
18-
root["eg"] = root["eg"] || {}, root["eg"]["transform"] = factory(root["jQuery"]);
18+
root["eg"] = root["eg"] || {}, root["eg"]["$Transform"] = factory(root["jQuery"]);
1919
})(this, function(__WEBPACK_EXTERNAL_MODULE_0__) {
2020
return /******/ (function(modules) { // webpackBootstrap
2121
/******/ // The module cache

demo/release/latest/dist/transform.min.js

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

dist/transform.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @egjs/jquery-transform JavaScript library
66
*
77
*
8-
* @version 2.0.0-snapshot
8+
* @version 2.0.0
99
*/
1010
(function webpackUniversalModuleDefinition(root, factory) {
1111
if(typeof exports === 'object' && typeof module === 'object')

dist/transform.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.

jsdoc.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"default": {
2828
"outputSourceFiles" : true
2929
},
30-
"applicationName": "eg.$Transform",
30+
"applicationName": "eg.Transform",
3131
"disqus": "egjs",
3232
"googleAnalytics": "UA-70842526-21",
3333
"openGraph": {
@@ -44,7 +44,8 @@
4444
},
4545
"linenums": true,
4646
"link": {
47-
"canonical": "http://naver.github.io/egjs/"
47+
"canonical": "http://naver.github.io/egjs-jquery-transform/release/latest/doc",
48+
"home": "https://naver.github.io/egjs-jquery-transform/"
4849
}
4950
},
5051
"markdown": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@egjs/jquery-transform",
3-
"version": "2.0.0-snapshot",
3+
"version": "2.0.0",
44
"main": "dist/transform.js",
55
"es2015": "src/Transform.js",
66
"scripts": {

0 commit comments

Comments
 (0)