Skip to content

Commit

Permalink
Wrong dist-file ref in package.json
Browse files Browse the repository at this point in the history
for stopword.esm.mjs (module)
#304
  • Loading branch information
eklem committed Feb 10, 2023
1 parent c261998 commit 2598077
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,9 +1,9 @@
{
"name": "stopword",
"version": "2.0.6",
"version": "2.0.7",
"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",
"module": "./dist/stopword.esm.mjs",
"browser": "./dist/stopword.umd.js",
"scripts": {
"build": "rollup --config",
Expand Down

0 comments on commit 2598077

Please sign in to comment.