From e2b97ef5e9fbfb3e1b1897d7a3696dbd15532441 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 10 Mar 2020 23:09:22 +0100 Subject: update license --- LICENSE | 21 +++++++++++++++++++++ package.json | 5 ++++- readme.md | 16 ++++++++++++---- 3 files changed, 37 insertions(+), 5 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e483c70 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Paweł Kuna + +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. diff --git a/package.json b/package.json index af9de9f..a897122 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabler-icons", - "version": "1.0.0", + "version": "1.0.0-alpha.2", "repository": { "type": "git", "url": "git+https://github.com/tabler/tabler-icons.git" @@ -10,6 +10,9 @@ "bugs": { "url": "https://github.com/tabler/tabler-icons/issues" }, + "files": [ + "dist/*" + ], "homepage": "https://github.com/tabler/tabler-icons#readme", "main": "gulpfile.js", "scripts": { diff --git a/readme.md b/readme.md index d88157c..1bbfefd 100644 --- a/readme.md +++ b/readme.md @@ -1,10 +1,10 @@ -# Tabler icons +# Tabler Icons A set of over 300 free MIT-licensed high-quality SVG icons for you to use in your web projects. ![Tabler icons](icons.svg) -## Install with npm +### Install with npm ``` npm install tabler-icons --save @@ -14,10 +14,18 @@ npm install tabler-icons --save All icons in this repository are drawn with the value `stroke` property, so if you change its value you can get different variants of icon, that will fit into your project. -``` - +```svg + ... ``` ![Tabler icons](icons-stroke.svg) + +## License + +Tabler Icons is licensed under the [MIT License](https://github.com/tabler/tabler-icons/blob/master/LICENSE). -- cgit v1.2.1