Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayub-Begimkulov committed Mar 27, 2021
1 parent 5b782d0 commit fee66c5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/Ayub-Begimkulov/ts-get-set/Test?label=CI&logo=github&style=flat-square)](https://github.com/Ayub-Begimkulov/ts-get-set/actions/workflows/main.yml)
[![Codecov](https://img.shields.io/codecov/c/github/Ayub-Begimkulov/ts-get-set?style=flat-square)](https://app.codecov.io/gh/Ayub-Begimkulov/ts-get-set)
[![npm](https://img.shields.io/npm/v/ts-get-set?style=flat-square)](https://www.npmjs.com/package/ts-get-set)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/ts-get-set?style=flat-square)](https://bundlephobia.com/result?p=ts-get-set)
[![GitHub](https://img.shields.io/github/license/Ayub-Begimkulov/ts-get-set?style=flat-square)](https://github.com/Ayub-Begimkulov/tiny-use-debounce/blob/master/LICENSE)

## Installation

Expand Down
16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-get-set",
"version": "1.0.0",
"version": "1.0.1",
"description": "100% Type safe get and set functions",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down Expand Up @@ -32,5 +32,17 @@
"rollup-plugin-typescript2": "^0.30.0",
"ts-jest": "^26.5.3",
"typescript": "^4.2.3"
}
},
"files": [
"dist",
"logo-small.jpg"
],
"repository": {
"type": "git",
"url": "https://github.com/Ayub-Begimkulov/ts-get-set.git"
},
"bugs": {
"url": "https://github.com/Ayub-Begimkulov/ts-get-set/issues"
},
"homepage": "https://github.com/Ayub-Begimkulov/ts-get-set#readme"
}

0 comments on commit fee66c5

Please sign in to comment.