From f051c6496e8857a465bf34f2693c55c28e057542 Mon Sep 17 00:00:00 2001 From: Clovis Gauzy Date: Sun, 29 Nov 2020 14:15:26 +0100 Subject: [PATCH] remove dev dependencies (unknown issue with npm publish) --- package.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/package.json b/package.json index f0ba5bb..859413c 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,5 @@ "repository": "https://github.com/clovfr/node-rawtherapee", "author": "Clovis Gauzy", "license": "BSD-3", - "main": "rawtherapee.js", - "scripts": { - "test": "standard" - }, - "devDependencies": { - "standard": "*" - } + "main": "rawtherapee.js" }