Skip to content

Commit 4f25d6e

Browse files
authored
Merge pull request #4 from moser-jose/developer
fix: adiciona dependências bs-logger e source-map para compatibilidade com ts-jest e source-map-support
2 parents 360bc96 + e39c6ee commit 4f25d6e

File tree

3 files changed

+2084
-1505
lines changed

3 files changed

+2084
-1505
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# [shortname-js](https://github.com/moser-jose/shortname-js)
1+
# [shortname](https://github.com/moser-jose/shortname-js)
22

3-
`shortname-js` is a JavaScript function designed to shorten names (Portuguese - PT 🇵🇹 | BR 🇧🇷 | AO 🇦🇴) in a simple and user-friendly way. The function allows users to quickly enter full names and receive abbreviated versions of those names in return.
3+
`shortname` is a JavaScript function designed to shorten names (Portuguese - PT 🇵🇹 | BR 🇧🇷 | AO 🇦🇴) in a simple and user-friendly way. The function allows users to quickly enter full names and receive abbreviated versions of those names in return.
44

55
[![The MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT)
66
[![Version](https://img.shields.io/github/package-json/v/moser-jose/shortname-js)](https://github.com/moser-jose/shortname-js)
@@ -18,17 +18,17 @@
1818

1919
### yarn
2020

21-
`yarn add @mosmmy/shortname-js`
21+
`yarn add @mosmmy/shortname`
2222

2323
### NPM
2424

25-
`npm install @mosmmy/shortname-js`
25+
`npm install @mosmmy/shortname`
2626

2727
### Use
2828

2929
```javascript
3030

31-
import { shortName } from '@mosmmy/shortname-js'
31+
import { shortName } from '@mosmmy/shortname'
3232

3333
console.log(shortName('Jorge Pedro André dos Santos')) //Jorge P. A. dos Santos
3434

@@ -43,7 +43,7 @@ To run the test:
4343

4444
`npm run test`
4545

46-
`npm run test:**coverage**`
46+
`npm run test:coverage`
4747

4848
## Licence
4949

0 commit comments

Comments
 (0)