aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-10 23:09:22 +0100
committercodecalm <codecalm@gmail.com>2020-03-10 23:09:22 +0100
commite2b97ef5e9fbfb3e1b1897d7a3696dbd15532441 (patch)
treec677d8d38b04ad203e669ded86cf65f399f680d6
parentreadme (diff)
downloadtabler-icons-e2b97ef5e9fbfb3e1b1897d7a3696dbd15532441.tar.xz
update license
-rw-r--r--LICENSE21
-rw-r--r--package.json5
-rw-r--r--readme.md16
3 files changed, 37 insertions, 5 deletions
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 xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-disabled" width="24" height="24" viewBox="0 0 24 24" stroke-width="1.25" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+```svg
+<svg xmlns="http://www.w3.org/2000/svg"
+ class="icon tabler-icon tabler-icon-disabled"
+ width="24" height="24" viewBox="0 0 24 24"
+ stroke-width="1.25" stroke="currentColor" fill="none"
+ stroke-linecap="round" stroke-linejoin="round">
...
</svg>
```
![Tabler icons](icons-stroke.svg)
+
+## License
+
+Tabler Icons is licensed under the [MIT License](https://github.com/tabler/tabler-icons/blob/master/LICENSE).