We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830f868 commit 2250807Copy full SHA for 2250807
docs/_config.yml
@@ -6,7 +6,7 @@ port: 4000
6
url: lucasgruwez.github.io
7
baseurl: /lunar-icons
8
9
-version: v2.0.0
+version: v2.0.1
10
gzip: 5kb
11
icons: 150+
12
@@ -19,3 +19,4 @@ author: https://github.com/lucasgruwez
19
20
21
22
+
package.json
@@ -1,8 +1,8 @@
1
{
2
"name": "lunar-icons",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "A set of beatiful handcrafted icons.",
5
- "main": "dist/lunar-icons.min.js",
+ "main": "dist/lunar-icons.wc.min.js",
"directories": {
"doc": "docs"
},
0 commit comments