Skip to content

Commit

Permalink
remove build directory from npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
tmacwill committed Jan 27, 2022
1 parent 1f5c1f7 commit d24a430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build
lib/3rd_party
lib/build
lib/CMakeLists.txt
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "speech-recorder",
"version": "2.0.0",
"version": "2.0.1",
"description": "A node.js library for streaming audio and speech from the microphone.",
"main": "src/index.js",
"repository": "https://github.com/serenadeai/speech-recorder",
Expand Down

0 comments on commit d24a430

Please sign in to comment.