Updating MetamorPOV library version to fix cut
This commit is contained in:
parent
0aacce8c12
commit
19d2449cd8
|
@ -1,18 +1,18 @@
|
|||
{
|
||||
"name": "metamorpov",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "metamorpov",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "28.0.2",
|
||||
"@rollup/plugin-json": "^6.1.0",
|
||||
"@rollup/plugin-node-resolve": "15.3.0",
|
||||
"metamorpov": "^1.0.0",
|
||||
"metamorpov": "^1.0.1",
|
||||
"rollup": "^4.27.3",
|
||||
"web-ext": "^8.9.0",
|
||||
"webextension-polyfill": "^0.12.0"
|
||||
|
@ -3141,9 +3141,9 @@
|
|||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/metamorpov": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/metamorpov/-/metamorpov-1.0.0.tgz",
|
||||
"integrity": "sha512-B09TRRxTp5RjYbU1cWB+pP2Q0JTRjmOGrl/BcT3z0g/GmrsYD3r5aDwvtrl/b6Q4F7ULxM2Lp7ZvdcfbzrBHRA==",
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/metamorpov/-/metamorpov-1.0.1.tgz",
|
||||
"integrity": "sha512-6BJwAEUTbz9otKQTBVUG23HyA7rLN6dB/o7Uh3/rZop48AFis59UNmeqlq+MYxQcTihaAc5lGVJCQz0GIOIufA==",
|
||||
"dev": true,
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "metamorpov",
|
||||
"title": "MetamorPOV",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"description": "Enables customization of reader-insert stories by translating specific markers such as Y/n, pov/s, and vrb/present/do/.",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
|
@ -20,7 +20,7 @@
|
|||
"@rollup/plugin-commonjs": "28.0.2",
|
||||
"@rollup/plugin-json": "^6.1.0",
|
||||
"@rollup/plugin-node-resolve": "15.3.0",
|
||||
"metamorpov": "^1.0.0",
|
||||
"metamorpov": "^1.0.1",
|
||||
"rollup": "^4.27.3",
|
||||
"web-ext": "^8.9.0",
|
||||
"webextension-polyfill": "^0.12.0"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 3,
|
||||
"name": "MetamorPOV",
|
||||
"author": "Jean Viscogliosi-Pate",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
|
||||
"description": "Enables customization of reader-insert stories by translating specific markers such as Y/n, pov/s, and vrb/present/do/.",
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 3,
|
||||
"name": "MetamorPOV",
|
||||
"author": "Jean Viscogliosi-Pate",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
|
||||
"description": "Enables customization of reader-insert stories by translating specific markers such as Y/n, pov/s, and vrb/present/do/.",
|
||||
|
||||
|
|
Loading…
Reference in New Issue