ma-icons 0.0.6 → 0.1.0
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/LICENSE +11 -0
- package/package.json +3 -2
package/LICENSE
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that:
|
|
2
|
+
|
|
3
|
+
(1) source code distributions retain the above copyright notice and this paragraph in its entirety,
|
|
4
|
+
(2) distributions including binary code include the above copyright notice and this paragraph in its entirety in the documentation or other materials provided with the distribution, and
|
|
5
|
+
(3) all advertising materials mentioning features or use of this software display the following acknowledgement:
|
|
6
|
+
|
|
7
|
+
"This product includes software developed by the Taavi Rübenhagen."
|
|
8
|
+
|
|
9
|
+
The name Taavi Rübenhagen may not be used to endorse or promote products derived from this software without specific prior written permission.
|
|
10
|
+
|
|
11
|
+
THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ma-icons",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "Ma Icons by Taavi Rübenhagen",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/ma-icons.iife.js",
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
],
|
|
19
19
|
"files": [
|
|
20
20
|
"dist",
|
|
21
|
-
"icons"
|
|
21
|
+
"icons",
|
|
22
|
+
"LICENSE"
|
|
22
23
|
],
|
|
23
24
|
"scripts": {
|
|
24
25
|
"generate": "node src/update-names.js",
|