Skip to content

Commit ca1f022

Browse files
committed
Change namespace, brand name (ne -> tui)
1 parent 9fae668 commit ca1f022

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ CodeSnippet use namespace "tui.util".(But you can redefind it on your project)
5454

5555
## How to use CodeSnippet
5656
* Using CodeSnippet build file
57-
* Download code-snippet.js or code-snippet.min.js from [[master branch]](https://github.com/nhnent/fe.code-snippet)
57+
* Download code-snippet.js or code-snippet.min.js from [[master branch]](https://github.com/nhnent/tui.code-snippet)
5858
* It's better that you do not change the file name.
5959
* Using the copy only the necesary parts
6060
* Check dependency before copy the codes
6161
* Use build file as you can
6262

6363
## Documentation
64-
* **API** - https://nhnent.github.io/fe.code-snippet/latest/
64+
* **API** - https://nhnent.github.io/tui.code-snippet/latest/
6565
* **Tutorial** - https://github.com/nhnent/fe.javascript/wiki/FE-CodeSnippet
6666

6767
## Test environment
@@ -72,16 +72,16 @@ CodeSnippet use namespace "tui.util".(But you can redefind it on your project)
7272

7373
## Download/Install
7474
* Bower:
75-
* latest : `bower install ne-code-snippet`
76-
* each version : `bower install ne-code-snippet[#tag]`
77-
* Download : https://github.com/nhnent/fe.code-snippet
75+
* latest : `bower install tui-code-snippet`
76+
* each version : `bower install tui-code-snippet[#tag]`
77+
* Download : https://github.com/nhnent/tui.code-snippet
7878

7979

8080
## History
8181
| Version | Description | Date | Developer |
8282
| ---- | ---- | ---- | ---- |
83-
| <a href="https://nhnent.github.io/fe.code-snippet/1.0.4/">1.0.4</a> | getDuplicatedChar added | 2015.07 | NHN Entertainment FE Dev team<dl_javascript@nhnent.com> |
84-
| <a href="https://nhnent.github.io/fe.code-snippet/1.0.3/">1.0.3</a> | defineModule,<br>formatDate added | 2015.06 | NHN Entertainment FE Dev team<dl_javascript@nhnent.com> |
85-
| <a href="https://nhnent.github.io/fe.code-snippet/1.0.2/">1.0.2</a> | defineNamespace,<br>map, exMap added | 2015.04 | NHN Entertainment FE Dev team<dl_javascript@nhnent.com> |
83+
| <a href="https://nhnent.github.io/tui.code-snippet/1.0.4/">1.0.4</a> | getDuplicatedChar added | 2015.07 | NHN Entertainment FE Dev team<dl_javascript@nhnent.com> |
84+
| <a href="https://nhnent.github.io/tui.code-snippet/1.0.3/">1.0.3</a> | defineModule,<br>formatDate added | 2015.06 | NHN Entertainment FE Dev team<dl_javascript@nhnent.com> |
85+
| <a href="https://nhnent.github.io/tui.code-snippet/1.0.2/">1.0.2</a> | defineNamespace,<br>map, exMap added | 2015.04 | NHN Entertainment FE Dev team<dl_javascript@nhnent.com> |
8686
| 1.0.1 | isExisty modified,<br>pick added<br>type modifyied | 2015.04 | NHN Entertainment FE Dev team<dl_javascript@nhnent.com> |
87-
| <a href="https://nhnent.github.io/fe.code-snippet/1.0.0/">1.0.0</a> | jquery dependency removed | 2015.03 | NHN Entertainment FE Dev team<dl_javascript@nhnent.com> |
87+
| <a href="https://nhnent.github.io/tui.code-snippet/1.0.0/">1.0.0</a> | jquery dependency removed | 2015.03 | NHN Entertainment FE Dev team<dl_javascript@nhnent.com> |

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "code-snippet",
2+
"name": "tui-code-snippet",
33
"version": "1.0.4",
44
"description": "useful code snippets from frontend development team",
55
"main": "code-snippet.js",
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/nhnent/fe.code-snippet.git"
11+
"url": "https://github.com/nhnent/tui.code-snippet.git"
1212
},
1313
"author": "FE",
1414
"license": "MIT",

0 commit comments

Comments
 (0)