Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
prcolaco committed Nov 23, 2019
1 parent f376ad1 commit 27e08ad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 29 deletions.
1 change: 1 addition & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
'src/var_model.cpp'
],
'include_dirs': [
'.',
'include',
'include/eigen3'
],
Expand Down
27 changes: 0 additions & 27 deletions install.js

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "riskjs",
"description": "Risk lib for JS based on calvin456/VaR C++ code",
"version": "0.0.3",
"version": "0.0.4",
"homepage": "https://github.com/vigor-ish/riskjs",
"main": "index.js",
"gypfile": true,
"scripts": {
"build": "node-gyp rebuild",
"clean": "node-gyp clean",
Expand Down

0 comments on commit 27e08ad

Please sign in to comment.