Skip to content

Commit 22f3adc

Browse files
committed
task: Prepare for npm publish (v2.2.0)
1 parent 05c93a7 commit 22f3adc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
_site
2+
_test
23
.github
34
CHANGELOG.md
45
LICENSE
56
*BAK*
67
*__.js
78
*.ts
9+
10+
ExampleRecognizerConfigElement.js
11+
config.html

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adaptive-speech-recognizer",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Adaptive dictation-mode speech recognizer ponyfill compatible with WebChat that gives the user time to think and stutter/stammer.",
55
"license": "MIT",
66
"repository": {
@@ -52,6 +52,7 @@
5252
"sst",
5353
"speech recognition",
5454
"dictation",
55+
"stutter",
5556
"stammer"
5657
],
5758
"semistandard": {

0 commit comments

Comments
 (0)