From fe59cd7d0633ebf01529952951d3b557b87792fc Mon Sep 17 00:00:00 2001 From: Bauke Date: Wed, 21 Jun 2023 20:15:19 +0200 Subject: [PATCH] Remove unnecessary package.json information. --- package.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/package.json b/package.json index f4ee261..4200c8a 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,6 @@ { - "name": "tildes-reextended", - "description": "An updated and reimagined recreation of Tildes Extended to enhance and improve the experience of Tildes.net.", - "license": "MIT", - "repository": "https://gitlab.com/tildes-community/tildes-reextended", - "authors": [ - "Bauke " - ], + "type": "module", "private": true, - "scripts": { - "start": "vite build -m development --watch", - "clean": "trash build web-ext-artifacts", - "build": "pnpm clean && vite build && web-ext build --source-dir build && pnpm zip-source", - "zip-source": "git archive --format zip --output web-ext-artifacts/tildes_reextended-source.zip HEAD", - "test": "xo && stylelint 'source/**/*.scss' && tsc" - }, "dependencies": { "@holllo/migration-helper": "^0.1.2", "caret-pos": "^2.0.0",