This commit is contained in:
vorotamoroz 2022-10-14 10:29:04 +09:00
parent 646c6619c8
commit ad3dbd0b45
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"id": "ninja-cursor",
"name": "Ninja Cursor",
"version": "0.0.6",
"version": "0.0.7",
"minAppVersion": "0.12.0",
"description": "The plugin which enhance cursor visibility.",
"author": "vorotamoroz",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "ninja-cursor",
"version": "0.0.6",
"version": "0.0.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ninja-cursor",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",

View file

@ -1,6 +1,6 @@
{
"name": "ninja-cursor",
"version": "0.0.6",
"version": "0.0.7",
"description": "The plugin which enhance cursor visibility.",
"main": "main.js",
"scripts": {