Removing extra files from build output, updating version
This commit is contained in:
parent
acaa18ab4f
commit
764662e5ec
|
@ -12,7 +12,7 @@
|
|||
"license": "GPL-3.0-or-later",
|
||||
"scripts": {
|
||||
"test": "npx rollup -c && npx web-ext run -s src",
|
||||
"build": "npx rollup -c && npx web-ext build -s src --overwrite-dest"
|
||||
"build": "npx rollup -c && npx web-ext build -s src --ignore-files replace-words.js -o"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "28.0.2",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 2,
|
||||
"name": "MetamorPOV",
|
||||
"author": "Jean Viscogliosi-Pate",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"license": "GPL-3.0-or-later",
|
||||
|
||||
"description": "Enables customization of reader-insert stories by replacing author-provided hooks such as Y/n, pov/s, and vrb/do/present/.",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import "css/light-palette.css";
|
||||
@import "css/dark-palette.css";
|
||||
@import "light-palette.css";
|
||||
@import "dark-palette.css";
|
||||
|
||||
:root {
|
||||
--font-features: "calt" 1, "case" 0, "ccmp" 1, "ss03" 1, "cv01" 1, "cv05" 1, "cv06" 1, "cv08" 0, "cv11" 1, "cv12" 0, "cv13" 0;
|
||||
|
|
Loading…
Reference in New Issue