Skip to content

Commit

Permalink
Bump devDep and move from v2.0.0.rc6 to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eklem committed Feb 28, 2022
1 parent 1358610 commit f54e9e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stopword",
"version": "2.0.0-rc.6",
"version": "2.0.0",
"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": "./dist/stopword.cjs.js",
"module": "./dist/stopword.esm.js",
Expand All @@ -22,7 +22,7 @@
"nlp"
],
"devDependencies": {
"batr": "^2.0.4",
"batr": "^2.1.1",
"words-n-numbers": "^7.1.0"
},
"author": "Fergus McDowall",
Expand Down

0 comments on commit f54e9e1

Please sign in to comment.