mirror of
https://github.com/danbulant/node-x11
synced 2026-06-13 11:41:30 +00:00
version bump
This commit is contained in:
parent
659599a360
commit
046c2b8b4b
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
, "description": "A pure node.js JavaScript client implementing X Window (X11) protocol."
|
||||
, "keywords": ["X Window", "ui", "gui", "widgets", "desktop", "XWindow", "X"]
|
||||
, "homepage": "https://github.com/sidorares/node-x11"
|
||||
, "version" : "0.0.11"
|
||||
, "version" : "0.0.12"
|
||||
, "maintainers" :
|
||||
[ { "name": "Andrey Sidorov"
|
||||
, "email": "sidoares@yandex.ru"
|
||||
|
|
@ -18,6 +18,7 @@
|
|||
, "devDependencies": {
|
||||
"mocha": "*",
|
||||
"should": "*",
|
||||
"sax", "*",
|
||||
"async": "*"
|
||||
}
|
||||
, "scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue