- @r1oga/config-eslint@1.0.1
 - @r1oga/config-prettier@1.0.1
This commit is contained in:
r1oga
2022-12-14 16:42:49 +01:00
parent 408c1dc686
commit 3cec496b83
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@r1oga/config-eslint", "name": "@r1oga/config-eslint",
"version": "1.0.0", "version": "1.0.1",
"description": "Shared eslint configuration", "description": "Shared eslint configuration",
"main": ".eslintrc.yaml", "main": ".eslintrc.yaml",
"files": [ "files": [

View File

@@ -1,6 +1,6 @@
{ {
"name": "@r1oga/config-prettier", "name": "@r1oga/config-prettier",
"version": "1.0.0", "version": "1.0.1",
"description": "Shared prettier configuration", "description": "Shared prettier configuration",
"main": ".prettierrc.yaml", "main": ".prettierrc.yaml",
"files": [ "files": [
@@ -15,7 +15,7 @@
], ],
"author": "r1oga", "author": "r1oga",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"scripts": { "scripts": {