From 54e3cbc3b39771ec687090c554c1871ca2e9238b Mon Sep 17 00:00:00 2001 From: Adarsh Madrecha Date: Tue, 19 Mar 2024 15:18:43 +0530 Subject: [PATCH] since we have moved to github actions, no need for publishToNPM script --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 787f4fe..b615626 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,7 @@ "type": "module", "sideEffects": false, "scripts": { - "test": "echo \"no test specified\"", - "publishToNPM": "np --no-2fa" + "test": "echo \"no test specified\"" }, "repository": { "type": "git", @@ -23,4 +22,4 @@ "url": "https://github.com/madrecha/papaunparse/issues" }, "homepage": "https://github.com/madrecha/papaunparse#readme" -} +} \ No newline at end of file