rename mixan to OPENPANEL!

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-03-11 13:40:46 +01:00
parent 6d4f9010d4
commit e6c0bc2ec8
201 changed files with 1193 additions and 1047 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "@mixan/eslint-config",
"name": "@openpanel/eslint-config",
"version": "0.1.0",
"private": true,
"license": "MIT",
@@ -28,8 +28,8 @@
"eslint-plugin-react-hooks": "^4.6.0"
},
"devDependencies": {
"@mixan/prettier-config": "workspace:*",
"@mixan/tsconfig": "workspace:*",
"@openpanel/prettier-config": "workspace:*",
"@openpanel/tsconfig": "workspace:*",
"@types/eslint": "^8.44.2",
"eslint": "^8.48.0",
"prettier": "^3.0.3",
@@ -41,5 +41,5 @@
"./base.js"
]
},
"prettier": "@mixan/prettier-config"
"prettier": "@openpanel/prettier-config"
}