Skip to content

Commit

Permalink
Node: updated version numbers for libpointing and pointingserver
Browse files Browse the repository at this point in the history
  • Loading branch information
Géry Casiez committed Mar 8, 2020
1 parent e96abb0 commit c689020
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions bindings/Node/libpointing/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "libpointing",
"version": "1.0.6",
"version": "2.0.1",
"description": "An open-source cross-platform library to get raw events from pointing devices and master transfer functions",
"homepage": "http://libpointing.org",
"contributors": [
{
"email": "orieux.etienne@gmail.com",
"name": "Etienne Orieux"
},
{
"email": "izzatbek.mukhanov@inria.fr",
"name": "Izzatbek Mukhanov"
Expand All @@ -17,12 +21,9 @@
"name": "Géry Casiez"
}
],
"devDependencies": {
"node-gyp": "^6.1.0"
},
"dependencies": {
"dependencies": {
"node-addon-api": "^2.0.0"
},
},
"main": "build/Release/pointing.node",
"license": "GPL-2.0-or-later",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion bindings/Node/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "GPL-2.0-or-later",
"dependencies": {
"express": "^4.13.3",
"libpointing": "~1.0.3",
"libpointing": ">=2.0.1",
"socket.io": "^2.2.0"
},
"bin": {
Expand Down

0 comments on commit c689020

Please sign in to comment.