Skip to content

Commit ed5e33a

Browse files
author
mathieu-ai
committed
update: - country List & moved ExcelToJson to new module
- new link: https://www.npmjs.com/package/excel-to-json.mlai
1 parent b243a3c commit ed5e33a

File tree

3 files changed

+278
-410
lines changed

3 files changed

+278
-410
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# React Tilt
1+
# generic-functions
22

33
[![npm version][npm-badge]][npm-url] [![Open issues][issues-badge]][issues-url] [![TypeScript][typescript-badge]][typescript-url]
44

@@ -37,9 +37,9 @@ console.log($removeBreakLines('IHave\nBreaklines'));
3737
All contributions are welcome!
3838

3939
[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
4343
[issues-url]: https://github.com/Mathieu-ai/generic-functions/issues
4444
[typescript-badge]: https://badges.frapsoft.com/typescript/code/typescript.svg?v=101
4545
[typescript-url]: https://github.com/microsoft/TypeScript

package.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
{
22
"name": "generic-functions.mlai",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Some generic functions that can be used by anyone",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
77
"files": [
88
"dist"
99
],
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+
},
1019
"scripts": {
1120
"build": "rm -rf dist/ && prettier --write src/ && npm run build:esm && npm run build:cjs",
1221
"build:esm": "tsc",
@@ -23,8 +32,6 @@
2332
"peerDependencies": {
2433
"axios": ">=1.2.1",
2534
"dayjs": ">=1.11.7",
26-
"lodash": ">=4.17.21",
27-
"prettier": ">=2.8.1",
28-
"xlsx": ">=0.18.5"
35+
"lodash": ">=4.17.21"
2936
}
3037
}

0 commit comments

Comments
 (0)