Skip to content

Commit

Permalink
as per #318
Browse files Browse the repository at this point in the history
  • Loading branch information
fergiemcdowall committed Jan 2, 2024
1 parent e1d5779 commit d6b2d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "stopword",
"version": "3.0.0",
"version": "3.0.1",
"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",
"main": "./dist/stopword.cjs.js",
"module": "./src/stopword.js",
"browser": "./src/stopword.js",
"jsdelivr": "./dist/stopword.umd.min.js",
Expand Down

0 comments on commit d6b2d8a

Please sign in to comment.