瀏覽代碼

feat: create package for font icon

yukendev 2 年之前
父節點
當前提交
16ceea35d8
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      packages/apps-font-icons/package.json

+ 11 - 0
packages/apps-font-icons/package.json

@@ -0,0 +1,11 @@
+{
+  "name": "@growi/apps-font-icons",
+  "version": "7.0.0-RC.0",
+  "license": "MIT",
+  "scripts": {
+    "font": "svgtofont --sources ./svg --output ./font"
+  },
+  "dependencies": {
+    "svgtofont": "^4.1.0"
+  }
+}