mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-02-15 05:13:05 +00:00
fix: prettier package type
This commit is contained in:
@@ -12,4 +12,4 @@ const config = {
|
|||||||
endOfLine: 'lf'
|
endOfLine: 'lf'
|
||||||
}
|
}
|
||||||
|
|
||||||
export default config;
|
module.exports = config;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "@openstapps/prettier-config",
|
"name": "@openstapps/prettier-config",
|
||||||
"description": "StApps Prettier Config",
|
"description": "StApps Prettier Config",
|
||||||
"version": "3.2.0",
|
"version": "3.2.0",
|
||||||
"type": "module",
|
"type": "commonjs",
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"repository": "git@gitlab.com:openstapps/prettier-config.git",
|
"repository": "git@gitlab.com:openstapps/prettier-config.git",
|
||||||
"author": "Thea Schöbl <dev@theaninova.de>",
|
"author": "Thea Schöbl <dev@theaninova.de>",
|
||||||
|
|||||||
Reference in New Issue
Block a user