Skip to content

Commit

Permalink
[dsch] README: badges updated
Browse files Browse the repository at this point in the history
  • Loading branch information
DScheglov committed Dec 25, 2023
1 parent 7f1cc7c commit c19ca14
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.github
coverage
node_modules
src
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Result [![Coverage Status](https://coveralls.io/repos/github/DScheglov/@cardellini/ts-result/badge.svg?branch=master&service=github)](https://coveralls.io/github/DScheglov/@cardellini/ts-result?branch=master&service=github) [![npm version](https://img.shields.io/npm/v/@cardellini/ts-result.svg?style=flat-square)](https://www.npmjs.com/package/@cardellini/ts-result) [![npm downloads](https://img.shields.io/npm/dm/@cardellini/ts-result.svg?style=flat-square)](https://www.npmjs.com/package/@cardellini/ts-result) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/DScheglov/@cardellini/ts-result/blob/master/LICENSE)
# Result [![Coverage Status](https://coveralls.io/repos/github/DScheglov/ts-result/badge.svg?branch=master&service=github)](https://coveralls.io/github/DScheglov/ts-result?branch=master&service=github) [![npm version](https://img.shields.io/npm/v/@cardellini/ts-result.svg?style=flat-square)](https://www.npmjs.com/package/@cardellini/ts-result) [![npm downloads](https://img.shields.io/npm/dm/@cardellini/ts-result.svg?style=flat-square)](https://www.npmjs.com/package/@cardellini/ts-result) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/DScheglov/ts-result/blob/master/LICENSE)

Useful type to model success and failure, implemented with focus on type safety,
developer experience and preserving flat learning curve.
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"@cardellini/ts-result": "../"
"@cardellini/ts-result": "latest"
}
}
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
},
"keywords": ["result", "either", "monad", "functor", "async", "io", "task", "rust"],
"author": "Dmytro Shchehlov <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/DScheglov/ts-result"
},
"bugs": {
"url": "https://github.com/DScheglov/ts-result/issues"
},
"license": "MIT",
"devDependencies": {
"@type-challenges/utils": "^0.1.1",
Expand Down

0 comments on commit c19ca14

Please sign in to comment.