Skip to content

Commit

Permalink
Use npm dep
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Feb 20, 2019
1 parent 1189d85 commit 8d9097f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Adjust `binding.gyp`:
Preload libraries:

```cpp
#ifndef WIN32
#ifdef __linux__
#include <dlfcn.h>
#endif

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/node-3d/deps-qt-qml-raub.git"
},
"dependencies": {
"deps-qt-gui-raub": "https://github.com/node-3d/deps-qt-gui-raub.git",
"deps-qt-gui-raub": "1.0.0",
"addon-tools-raub": "4.2.0"
}
}

0 comments on commit 8d9097f

Please sign in to comment.