@thatch-health/slab-icons 0.0.1 → 0.0.2
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/package.json +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thatch-health/slab-icons",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Tree-shakeable React icon components for the Slab design system, generated from Phosphor icons.",
|
|
6
6
|
"homepage": "https://github.com/thatch-health/slab",
|
|
@@ -59,7 +59,6 @@
|
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
61
|
"dev": "vp pack --watch",
|
|
62
|
-
"postinstall": "vp run build",
|
|
63
62
|
"test": "vp test",
|
|
64
63
|
"check": "vp check"
|
|
65
64
|
}
|