Skip to content

Commit

Permalink
chore & fix
Browse files Browse the repository at this point in the history
chore: api page, build, tests, readme, ...
fix: support tui.dom 2.1.0
  • Loading branch information
minkyu-yi committed Nov 10, 2016
1 parent 00a9c6a commit 5d05110
Show file tree
Hide file tree
Showing 26 changed files with 2,243 additions and 16,047 deletions.
File renamed without changes.
11 changes: 6 additions & 5 deletions README.md
Expand Up @@ -9,12 +9,13 @@ ContextMenu Component
## Documentation
* **API** : https://nhnent.github.io/tui.component.contextmenu/latest
* **Tutorial** : https://github.com/nhnent/tui.component.contextmenu/wiki/ContextMenu-Tutorial
* **Sample** : https://nhnent.github.io/tui.component.contextmenu/latest/tutorial.html
* **Sample** : https://nhnent.github.io/tui.component.contextmenu/latest/tutorial-default.html

## Dependency
* tui-code-snippet : 1.2.0
* tui-domutil : 1.0.4
* tui-component-floatinglayer : 1.0.0
* tui-code-snippet: ^1.2.0
* tui-domutil: ^2.1.0
* tui-component-floatinglayer: ^1.0.1
* (To support IE8+): [Babel-polyfill](https://babeljs.io/docs/usage/polyfill/)

## Test environment
* browser
Expand All @@ -25,7 +26,7 @@ ContextMenu Component

## Download/Install
* Bower :
* Latest : `bower install tui-component-contextmenu#master`
* Latest : `bower install tui-component-contextmenu`
* Each Version : `bower install tui-component-contextmenu[#tag]`
* Download : https://github.com/nhnent/tui.component.contextmenu

Expand Down
7 changes: 4 additions & 3 deletions bower.json
Expand Up @@ -2,7 +2,7 @@
"name": "tui-component-contextmenu",
"description": "contextmenu component",
"authors": [
"NHNEnt FE Development Team <dl_javascript@nhnent.com>"
"NHNEnt FE Development Lab <dl_javascript@nhnent.com>"
],
"license": "MIT",
"keywords": [
Expand All @@ -19,7 +19,7 @@
"demo",
"samples",
".gitignore",
".eslintrc.json",
".eslintrc",
"index.js",
"jsdoc-conf.json",
"karma.conf.js",
Expand All @@ -29,6 +29,7 @@
],
"dependencies": {
"tui-code-snippet": "^1.2.0",
"tui-component-floatinglayer": "^1.0.0"
"tui-component-floatinglayer": "^1.0.1",
"tui-dom": "^2.1.0"
}
}

0 comments on commit 5d05110

Please sign in to comment.