From f54e9e1f1cb7a589e9a60136100560478889bf28 Mon Sep 17 00:00:00 2001 From: Espen Klem Date: Mon, 28 Feb 2022 17:08:45 +0100 Subject: [PATCH] Bump devDep and move from v2.0.0.rc6 to v2.0.0 --- package-lock.json | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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",