add keywords to package.json.
This commit is contained in:
parent
9328c0e401
commit
31c0d2a550
|
@ -9,6 +9,6 @@
|
|||
"repository": "git://github.com/chjj/blessed.git",
|
||||
"homepage": "https://github.com/chjj/blessed",
|
||||
"bugs": { "url": "http://github.com/chjj/blessed/issues" },
|
||||
"keywords": ["curses", "tui", "tput"],
|
||||
"tags": ["curses", "tui", "tput"]
|
||||
"keywords": ["curses", "tui", "tput", "terminfo", "termcap"],
|
||||
"tags": ["curses", "tui", "tput", "terminfo", "termcap"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue