inticons 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +14 -7
package/README.md
CHANGED
|
@@ -105,5 +105,5 @@ Inticons contains many helper classes to quickly modify the look of the icons.
|
|
|
105
105
|
|
|
106
106
|
## 📝 License
|
|
107
107
|
|
|
108
|
-
|
|
109
|
-
|
|
108
|
+
Inticons's code (all files, except fonts and svg icons) is distributed under MIT license.<br>
|
|
109
|
+
Embedded fonts and svg icons are distributed under [UI8](https://ui8.net) primary licenses. See icons info on UI8 website for [licensing agreement](https://ui8.net/licensing).
|
package/package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "inticons",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "Icons library and toolkit built by INTEGRATION Corp.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"font",
|
|
7
|
+
"icon",
|
|
8
|
+
"webfont"
|
|
9
|
+
],
|
|
10
|
+
"homepage": "https://inticons.com",
|
|
5
11
|
"author": "INTEGRATION Corp.",
|
|
12
|
+
"contributors": [
|
|
13
|
+
"Hyeonsu Kim (https://github.com/garudanish)",
|
|
14
|
+
"Hyungwon Jang (https://github.com/HyungwonJang0327)",
|
|
15
|
+
"Hansol Kim (https://github.com/gliburch)",
|
|
16
|
+
"Bohyeon Seo (https://github.com/ktseo41)"
|
|
17
|
+
],
|
|
18
|
+
"license": "MIT",
|
|
6
19
|
"main": "fonts/inticons.bundle.min.css",
|
|
7
20
|
"scripts": {
|
|
8
21
|
"serve": "vue-cli-service serve docs/src/main.js",
|
|
@@ -20,12 +33,6 @@
|
|
|
20
33
|
"type": "git",
|
|
21
34
|
"url": "https://github.com/medistream-team/inticons"
|
|
22
35
|
},
|
|
23
|
-
"keywords": [
|
|
24
|
-
"vuejs",
|
|
25
|
-
"font",
|
|
26
|
-
"icon",
|
|
27
|
-
"webfont"
|
|
28
|
-
],
|
|
29
36
|
"dependencies": {
|
|
30
37
|
"core-js": "^3.8.3",
|
|
31
38
|
"vue": "^3.2.13",
|