Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fergiemcdowall committed Dec 12, 2023
1 parent a12eb44 commit e6bf200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stopword",
"version": "3.0.0-rc2",
"version": "3.0.0-rc3",
"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.",
"main": "./src/stopword.js",
"module": "./src/stopword.js",
Expand Down

0 comments on commit e6bf200

Please sign in to comment.