We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1d356 commit 33ed422Copy full SHA for 33ed422
1 file changed
package.json
@@ -2,7 +2,7 @@
2
"name": "talib-binding",
3
"main": "./build/Release/talib_binding.node",
4
"types": "./src/talib-binding.generated.d.ts",
5
- "version": "0.0.3",
+ "version": "0.0.4",
6
"license": "MIT",
7
"scripts": {
8
"install": "cd ta-lib && cmake ./ && make -j4 && cd .. && node-gyp configure build -j4"
@@ -12,11 +12,13 @@
12
"@types/node": "^8.0.30",
13
"@types/xml2js": "^0.4.0",
14
"json2ts": "^0.0.7",
15
- "nan": "^2.7.0",
16
"known-types": "^1.0.1",
17
"piclick": "^1.0.4",
18
"xml2js": "^0.4.19"
19
},
+ "dependencies": {
20
+ "nan": "^2.7.0"
21
+ },
22
"repository": {
23
"type": "git",
24
"url": "git+https://github.com/acrazing/talib-binding-node.git"
0 commit comments