Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…alsense into remove_workaround
  • Loading branch information
icarpis committed Nov 20, 2017
2 parents 5daf1bd + 58a5c43 commit d231409
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ script:
# Exit immediately if a command exits with a non-zero status
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
set -e;
pyenv install 3.6.1;
pyenv local `pyenv versions|sed 's/ //g'|grep "^3"|tail -1`;
mkdir build && cd build;
cmake .. -DBUILD_EXAMPLES:BOOL=true -DBUILD_PYTHON_BINDINGS:BOOL=true -DBUILD_NODEJS_BINDINGS:BOOL=true;
Expand Down
8 changes: 4 additions & 4 deletions wrappers/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-librealsense",
"version": "0.279.3",
"version": "0.281.0",
"description": "Node.js API for Intel® RealSense™ SDK 2.0",
"main": "index.js",
"directories": {
Expand All @@ -25,12 +25,12 @@
"license": "Apache-2.0",
"dependencies": {
"bindings": "^1.2.1",
"fs-compare": "0.0.4",
"jsonfile": "^3.0.1",
"nan": "^2.7.0",
"pngjs": "^3.3.0"
},
"devDependencies": {
"fs-compare": "0.0.4",
"jsdoc": "^3.5.5",
"nan": "^2.7.0"
"jsdoc": "^3.5.5"
}
}

0 comments on commit d231409

Please sign in to comment.