Skip to content

Commit 0a762c5

Browse files
author
ADMSK\AVROGAL1
committed
docs: updates on workflows
Added information on documentation
1 parent 2039694 commit 0a762c5

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,19 @@ There are several options you can use from the list:
8989
| **Width** | Quote image width | String | 100% | ```&width=[value]``` |
9090
| **Height** | Quote image height | String | 100% | ```&height=[value]``` |
9191

92-
Pattern in Quotes are provided by [Hero Pattern](https://github.com/lowmess/hero-patterns) package which is developed by [Lowmess](https://github.com/lowmess/):
92+
Here is a list of categories supported by Quotes API:
93+
94+
| **Name** | **Value** |
95+
| --------------------------------- | ----------------------------- |
96+
| **General** | general |
97+
| **Life** | life |
98+
| **Success** | success |
99+
| **Motivational** | motivational |
100+
| **Fun** | fun |
101+
| **Programming** | programming |
102+
| **Entrepreneurship** | entrepreneurship |
103+
104+
Patterns in Quotes are provided by [Hero Pattern](https://github.com/lowmess/hero-patterns) package which is developed by [Lowmess](https://github.com/lowmess/):
93105

94106
| **Name** | **Value** |
95107
| --------------------------------- | ----------------------------- |

package.json

+15-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
"semantic-release": "semantic-release",
1818
"test": "TZ=utc jest",
1919
"test:coverage": "jest --collectCoverage",
20-
"test:watch": "jest --watch"
20+
"test:watch": "jest --watch",
21+
"test:all": "npm run test",
22+
"all": "npm run format && npm run lint"
2123
},
2224
"dependencies": {
2325
"hero-patterns": "^2.1.0",
@@ -65,6 +67,18 @@
6567
"serverless functions",
6668
"typescript"
6769
],
70+
"maintainers": [
71+
{
72+
"name": "Alexander Rogalskiy",
73+
"email": "[email protected]"
74+
}
75+
],
76+
"contributors": [
77+
{
78+
"name": "Alexander Rogalskiy",
79+
"email": "[email protected]"
80+
}
81+
],
6882
"release": {
6983
"tagFormat": "v${version}",
7084
"plugins": [

0 commit comments

Comments
 (0)