Skip to content

Commit 88c384a

Browse files
committed
fix npm pack bug
1 parent 27e08ad commit 88c384a

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

Diff for: .npmignore

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
build/
22
test/
3-
.travis.yml
43
.npmignore
5-
Makefile
6-
appveyor.yml
7-
cpplint.py
4+
!Core

Diff for: binding.gyp

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
'src/var_model.cpp'
1616
],
1717
'include_dirs': [
18-
'.',
1918
'include',
2019
'include/eigen3'
2120
],

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "riskjs",
33
"description": "Risk lib for JS based on calvin456/VaR C++ code",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"homepage": "https://github.com/vigor-ish/riskjs",
66
"main": "index.js",
77
"scripts": {

0 commit comments

Comments
 (0)