Skip to content

Commit 3eb984d

Browse files
feat(node-svm): publish v0.0.6 (#226)
* feat(node-svm): publish v0.0.6 * update
1 parent 71c9b98 commit 3eb984d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

packages/node-svm/.npmignore

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
build
2-
libsvm
3-
cppsrc
1+
/*
2+
!dist/**/*
3+
!src/**/*
4+
!package.json

packages/node-svm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botpress/node-svm",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "node bindings for libsvm",
55
"main": "./dist/index.js",
66
"author": "Botpress, Inc.",

0 commit comments

Comments
 (0)