We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf2a6a commit bfbbba0Copy full SHA for bfbbba0
package.json
@@ -2,10 +2,10 @@
2
"name": "talib-binding",
3
"main": "./build/Release/talib_binding.node",
4
"types": "./src/talib-binding.generated.d.ts",
5
- "version": "0.3.2",
+ "version": "0.4.0",
6
"license": "MIT",
7
"scripts": {
8
- "install": "node-gyp configure build -j4"
+ "install": "./node_modules/.bin/node-gyp configure build -j4"
9
},
10
"description": "A synchronous [TA-Lib](http://ta-lib.org/) bindings for Node.js & TypeScript.",
11
"devDependencies": {
@@ -19,7 +19,8 @@
19
"xml2js": "^0.4.19"
20
21
"dependencies": {
22
- "nan": "^2.7.0"
+ "nan": "^2.7.0",
23
+ "node-gyp": "^3.6.2"
24
25
"repository": {
26
"type": "git",
0 commit comments