@material-symbols-svg/metadata 0.4.0 → 0.4.1
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 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@material-symbols-svg/metadata",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Metadata and path data for Material Symbols icons across all styles",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./icon-index.json",
|
|
@@ -44,15 +44,6 @@
|
|
|
44
44
|
"engines": {
|
|
45
45
|
"node": ">=16.0.0"
|
|
46
46
|
},
|
|
47
|
-
"dependencies": {
|
|
48
|
-
"@material-symbols/svg-100": "^0.44.0",
|
|
49
|
-
"@material-symbols/svg-200": "^0.44.0",
|
|
50
|
-
"@material-symbols/svg-300": "^0.44.0",
|
|
51
|
-
"@material-symbols/svg-400": "^0.44.0",
|
|
52
|
-
"@material-symbols/svg-500": "^0.44.0",
|
|
53
|
-
"@material-symbols/svg-600": "^0.44.0",
|
|
54
|
-
"@material-symbols/svg-700": "^0.44.0"
|
|
55
|
-
},
|
|
56
47
|
"scripts": {
|
|
57
48
|
"build": "echo 'Metadata is generated by pnpm build:metadata from project root'"
|
|
58
49
|
}
|