diff --git a/package-lock.json b/package-lock.json index 9eab72a..eb36813 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "stopword", - "version": "2.0.0-rc.5", + "version": "2.0.0-rc.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stopword", - "version": "2.0.0-rc.5", + "version": "2.0.0-rc.6", "license": "MIT", "devDependencies": { - "batr": "^2.0.4", + "batr": "^2.1.1", "words-n-numbers": "^7.1.0" } }, diff --git a/package.json b/package.json index 27a49f6..7cd4b45 100644 --- a/package.json +++ b/package.json @@ -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", @@ -22,7 +22,7 @@ "nlp" ], "devDependencies": { - "batr": "^2.0.4", + "batr": "^2.1.1", "words-n-numbers": "^7.1.0" }, "author": "Fergus McDowall",