Skip to content

Commit

Permalink
versioning and workflow CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eklem committed Feb 4, 2022
1 parent 17c8744 commit 8c92093
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

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": "2.0.0.rc.1",
"version": "2.0.0-rc.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 57 languages and also takes lists with custom stopwords as input.",
"main": "./dist/stopword.cjs.js",
"module": "./dist/stopword.esm.js",
Expand Down

0 comments on commit 8c92093

Please sign in to comment.