Skip to content

Commit

Permalink
Fix npmignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
BYVoid committed Jul 30, 2024
1 parent add6613 commit 1fb9af5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.bazelversion
.npmignore
.gitignore
CMakeLists.txt
Expand All @@ -18,8 +19,9 @@ CMakeLists.txt
/src/*TestBase.cpp
/doc
/data/scheme
/data/scripts
/deps/google-benchmark
/deps/gtest*
/deps/googletest*
/deps/pybind*
/deps/tclap*
/bazel-*
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ int main() {
}
```

[Full example with Bazel](https://github.com/BYVoid/opencc-bazel-example)

### C

```c
Expand Down

0 comments on commit 1fb9af5

Please sign in to comment.