Skip to content

Commit

Permalink
chore: format and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ComfortablyCoding committed Oct 30, 2023
1 parent 1b98367 commit 677bf03
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
title: '[Bug]: '
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -36,4 +36,4 @@ body:
attributes:
label: What strapi version are you using?
validations:
required: true
required: true
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
contact_links:
- name: Discussions
url: https://github.com/ComfortablyCoding/strapi-plugin-io/discussions
about: Use discussions for improvements and/or questions
about: Use discussions for improvements and/or questions
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,27 @@
"name": "strapi-plugin-io",
"version": "1.1.4",
"description": "A plugin for Strapi CMS that provides the ability for Socket IO integration",
"scripts": {
"lint": "eslint . --fix",
"format": "prettier --write **/*.{ts,js,json,yml}"
},
"keywords": [
"strapi",
"strapi-plugin",
"plugin",
"strapi plugin",
"socket io",
"io"
],
"license": "MIT",
"author": {
"name": "@ComfortablyCoding",
"url": "https://github.com/ComfortablyCoding"
},
"repository": {
"type": "git",
"url": "https://github.com/ComfortablyCoding/strapi-plugin-io.git"
},
"scripts": {
"lint": "eslint . --fix",
"format": "prettier --write **/*.{ts,js,json,yml}"
},
"maintainers": [
{
"name": "@ComfortablyCoding",
Expand All @@ -23,13 +36,14 @@
}
],
"homepage": "https://github.com/ComfortablyCoding/strapi-plugin-io#readme",
"repository": {
"type": "git",
"url": "https://github.com/ComfortablyCoding/strapi-plugin-io.git"
},
"bugs": {
"url": "https://github.com/ComfortablyCoding/strapi-plugin-io/issues"
},
"peerDependencies": {
"@strapi/strapi": "^4.1.5",
"lodash": "^4.17.21",
"yup": "^0.32.11"
},
"dependencies": {
"socket.io": "^4.7.2"
},
Expand All @@ -39,11 +53,6 @@
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.0.3"
},
"peerDependencies": {
"@strapi/strapi": "^4.1.5",
"lodash": "^4.17.21",
"yup": "^0.32.11"
},
"strapi": {
"name": "io",
"displayName": "IO",
Expand All @@ -53,14 +62,5 @@
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"keywords": [
"strapi",
"strapi-plugin",
"plugin",
"strapi plugin",
"socket io",
"io"
],
"license": "MIT"
}
}

0 comments on commit 677bf03

Please sign in to comment.