File tree Expand file tree Collapse file tree 3 files changed +278
-410
lines changed Expand file tree Collapse file tree 3 files changed +278
-410
lines changed Original file line number Diff line number Diff line change 1
- # React Tilt
1
+ # generic-functions
2
2
3
3
[ ![ npm version] [ npm-badge ]] [ npm-url ] [ ![ Open issues] [ issues-badge ]] [ issues-url ] [ ![ TypeScript] [ typescript-badge ]] [ typescript-url ]
4
4
@@ -37,9 +37,9 @@ console.log($removeBreakLines('IHave\nBreaklines'));
37
37
All contributions are welcome!
38
38
39
39
[ npm-url ] : https://www.npmjs.com/package/generic-functions.mlai
40
- [ npm-badge ] : https://img.shields.io/npm /v/react-parallax-tilt.svg
41
- [ size-badge ] : https://badgen.net/bundlephobia/minzip/react-parallax-tilt
42
- [ issues-badge ] : https://img.shields.io/github/issues/Mathieu-ai/generic-functions
40
+ [ npm-badge ] : https://img.shields.io/node /v/generic-functions?style=for-the-badge
41
+ [ size-badge ] : https://badgen.net/bundlephobia/Mathieu-ai/generic-functions
42
+ [ issues-badge ] : https://img.shields.io/github/issues/Mathieu-ai/generic-functions?style=for-the-badge
43
43
[ issues-url ] : https://github.com/Mathieu-ai/generic-functions/issues
44
44
[ typescript-badge ] : https://badges.frapsoft.com/typescript/code/typescript.svg?v=101
45
45
[ typescript-url ] : https://github.com/microsoft/TypeScript
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " generic-functions.mlai" ,
3
- "version" : " 0.0.5 " ,
3
+ "version" : " 0.0.6 " ,
4
4
"description" : " Some generic functions that can be used by anyone" ,
5
5
"main" : " dist/cjs/index.js" ,
6
6
"module" : " dist/esm/index.js" ,
7
7
"files" : [
8
8
" dist"
9
9
],
10
+ "keywords" : [
11
+ " generic-functions" ,
12
+ " generic" ,
13
+ " ts"
14
+ ],
15
+ "repository" : {
16
+ "type" : " git" ,
17
+ "url" : " https://github.com/Mathieu-ai/generic-functions.git"
18
+ },
10
19
"scripts" : {
11
20
"build" : " rm -rf dist/ && prettier --write src/ && npm run build:esm && npm run build:cjs" ,
12
21
"build:esm" : " tsc" ,
23
32
"peerDependencies" : {
24
33
"axios" : " >=1.2.1" ,
25
34
"dayjs" : " >=1.11.7" ,
26
- "lodash" : " >=4.17.21" ,
27
- "prettier" : " >=2.8.1" ,
28
- "xlsx" : " >=0.18.5"
35
+ "lodash" : " >=4.17.21"
29
36
}
30
37
}
You can’t perform that action at this time.
0 commit comments