Skip to content

Commit 8effc2f

Browse files
committed
version bump
1 parent 291580e commit 8effc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stopword",
3-
"version": "3.1.4",
3+
"version": "3.1.5",
44
"description": "A module for node.js and the browser that takes in text and returns text that is stripped of stopwords. Has pre-defined stopword lists for 62 languages and also takes lists with custom stopwords as input.",
55
"main": "./dist/stopword.cjs.js",
66
"module": "./src/stopword.js",

0 commit comments

Comments
 (0)