Skip to content

Commit

Permalink
build and publish changes
Browse files Browse the repository at this point in the history
  • Loading branch information
burtek committed Nov 12, 2021
1 parent c0f9ed3 commit 4aad176
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 7 deletions.
11 changes: 9 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
/node_modules
/src
/node_modules/
/.github/
/.gitignore
/.markdownlint.json
/.eslintrc

/src
/jest.config.json
/rollup.config.js
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 Bartosz

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ This is repository with some react utils (just hooks for now) that are used (or
- [Usage](#usage)
+ [`useArray`](#-usearray-)
+ [`useObject`](#-useobject-)
+ [`useToggle`](#-usetoggle-)
+ [`usePrevious`](#-useprevious-)

## Install

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": ">=16.8.0"
},
"devDependencies": {
"@dtrw/eslint-config": "^1.2.2",
"@dtrw/eslint-config": "^1.2.3",
"@rollup/plugin-commonjs": "^21.0.1",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -922,10 +922,10 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@dtrw/eslint-config@^1.2.2":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@dtrw/eslint-config/-/eslint-config-1.2.2.tgz#a2b190d39dbd2a38ee579e2921f87d4efb0c9351"
integrity sha512-EJEa+kdVUGglfPdHF7A1J1X/z7mB3+7kRQhdTEPn2888kEMDBKKm7mTU/dnjfr0Fl35zAPagIfjLvRC3iZmMPg==
"@dtrw/eslint-config@^1.2.3":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@dtrw/eslint-config/-/eslint-config-1.2.3.tgz#2ff256df9cad873b6f7fabcfd951f681102035d7"
integrity sha512-EOF/Qrpxf7k6lhQatZ/D3sgs4QhIzlU+Hyf6MQpKaXWcb+hoXCaBXv0JTybrlmjZ09InvuOph+QxsIjeqS18CA==
dependencies:
"@typescript-eslint/eslint-plugin" "^5.3.1"
"@typescript-eslint/parser" "^5.3.1"
Expand Down

0 comments on commit 4aad176

Please sign in to comment.