Skip to content

Commit 2cb9324

Browse files
author
MatiasWorker
committed
fix: MIT license is added
1 parent d73e6f1 commit 2cb9324

File tree

32 files changed

+83
-32
lines changed

32 files changed

+83
-32
lines changed

LICENCE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021 Matias Alexander Trujillo Olivares (UpperCod)
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

packages/hooks/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "@atomico/hooks",
33
"description": "Series of utilities in hooks format to extend the operation of Atomico",
4-
"version": "4.1.1",
4+
"version": "4.1.2",
55
"type": "module",
6+
"license": "MIT",
67
"author": {
78
"name": "UpperCod",
89
"email": "[email protected]",

packages/use-attributes/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "@atomico/use-attributes",
33
"description": "Series of utilities in hooks format to extend the operation of Atomico",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"type": "module",
6+
"license": "MIT",
67
"author": {
78
"name": "UpperCod",
89
"email": "[email protected]",

packages/use-child-nodes/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "@atomico/use-child-nodes",
33
"description": "Series of utilities in hooks format to extend the operation of Atomico",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"type": "module",
6+
"license": "MIT",
67
"author": {
78
"name": "UpperCod",
89
"email": "[email protected]",

packages/use-click-coordinates/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "@atomico/use-click-coordinates",
33
"description": "Series of utilities in hooks format to extend the operation of Atomico",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"type": "module",
6+
"license": "MIT",
67
"author": {
78
"name": "UpperCod",
89
"email": "[email protected]",

packages/use-click-press/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "@atomico/use-click-press",
33
"description": "Series of utilities in hooks format to extend the operation of Atomico",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"type": "module",
6+
"license": "MIT",
67
"author": {
78
"name": "UpperCod",
89
"email": "[email protected]",

packages/use-copy/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "@atomico/use-copy",
33
"description": "Series of utilities in hooks format to extend the operation of Atomico",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"type": "module",
6+
"license": "MIT",
67
"author": {
78
"name": "UpperCod",
89
"email": "[email protected]",

packages/use-css-light-dom/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "@atomico/use-css-light-dom",
33
"description": "Series of utilities in hooks format to extend the operation of Atomico",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"type": "module",
6+
"license": "MIT",
67
"author": {
78
"name": "UpperCod",
89
"email": "[email protected]",

packages/use-current-value/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "@atomico/use-current-value",
33
"description": "Series of utilities in hooks format to extend the operation of Atomico",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"type": "module",
6+
"license": "MIT",
67
"author": {
78
"name": "UpperCod",
89
"email": "[email protected]",

packages/use-debounce-state/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "@atomico/use-debounce-state",
33
"description": "Series of utilities in hooks format to extend the operation of Atomico",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"type": "module",
6+
"license": "MIT",
67
"author": {
78
"name": "UpperCod",
89
"email": "[email protected]",

0 commit comments

Comments
 (0)