Bläddra i källkod

Add README, LICENSE

Put additional links in README. Also, re-license library to MIT.
tags/0.3.0
TheoryOfNekomata 4 år sedan
förälder
incheckning
a518eb19da
3 ändrade filer med 23 tillägg och 1 borttagningar
  1. +14
    -0
      LICENSE
  2. +8
    -0
      README.md
  3. +1
    -1
      package.json

+ 14
- 0
LICENSE Visa fil

@@ -0,0 +1,14 @@
Copyright 2020 TheoryOfNekomata (https://modal.sh)

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.

+ 8
- 0
README.md Visa fil

@@ -81,3 +81,11 @@ ReactDOM.render(

window.document.body.appendChild(mountNode)
```

Detailed usage guides can be found in the [Tesseract Design - React Common documentation](https://make.modal.sh/tesseract/web/react/common).

## TypeScript

The package is written and tested using TypeScript. Thus, typings for consumption in TypeScript are bundled with the
compiled source.


+ 1
- 1
package.json Visa fil

@@ -9,7 +9,7 @@
"types": "dist/lib/index.d.ts",
"repository": "https://code.modal.sh/tesseract-design/react-common.git",
"author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
"license": "UNLICENSED",
"license": "MIT",
"private": false,
"devDependencies": {
"@rollup/plugin-typescript": "^5.0.2",


Laddar…
Avbryt
Spara