Skip to content

Commit 6baf0cd

Browse files
authored
Merge pull request #6 from vunb/dev
Ignore binary crfsuite.node when publish new version to npmjs registry
2 parents d663a11 + b271c68 commit 6baf0cd

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,5 @@ typings/
6767
obj
6868
build
6969
lib/binding
70+
crfsuite.node
7071
model.crfsuite

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
crfsuite.node
12
examples
23
docs
3-
test
4+
test
5+
lib

lib/binding/.gitkeep

Whitespace-only changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crfsuite",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"description": "NodeJS binding for CRFsuite",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)