File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- src /
1+ lib /
22.idea /
33node_modules /
44temp /
88* .config.yaml
99* .out
1010* .csv
11- * .config.json
11+ * .config.json
12+ cmake-build-debug /
13+ node /
14+ build /
15+ CMakeFiles /
16+ CMakeCache.txt
17+ Makefile
18+ cmake_install.cmake
19+ ta_config.h
Original file line number Diff line number Diff line change 22 "name" : " talib-binding" ,
33 "main" : " ./build/Release/talib_binding.node" ,
44 "types" : " ./src/talib-binding.generated.d.ts" ,
5- "version" : " 0.0.1 " ,
5+ "version" : " 0.0.2 " ,
66 "license" : " MIT" ,
77 "scripts" : {
8- "install" : " cd ta-lib && cmake && make -j4 && cd .. && node-gyp configure build -j4"
8+ "install" : " cd ta-lib && cmake ./ && make -j4 && cd .. && node-gyp configure build -j4"
99 },
1010 "description" : " The [TA-Lib](http://ta-lib.org/) sync bindings." ,
1111 "devDependencies" : {
3232 "url" : " https://github.com/acrazing/talib-binding-node/issues"
3333 },
3434 "homepage" : " https://github.com/acrazing/talib-binding-node#readme"
35- }
35+ }
You can’t perform that action at this time.
0 commit comments