Browse Source

Update to v0.5.0

Angel Ruiz (aka SirKeldon) 1 năm trước cách đây
mục cha
commit
9c9f0865e5
1 tập tin đã thay đổi với 5 bổ sung2 xóa
  1. 5 2
      package.json

+ 5 - 2
package.json

@@ -1,9 +1,12 @@
 {
   "name": "circletone",
-  "version": "0.4.0",
+  "version": "0.5.0",
   "peerDependencies": {
     "@angular/common": "^17.3.0",
-    "@angular/core": "^17.3.0"
+    "@angular/core": "^17.3.0",
+    "autoprefixer": "^10.4.18",
+    "postcss": "^8.4.35",
+    "tailwindcss": "^3.4.1"
   },
   "exports": {
     "./tailwind.config": "./esm2022/tailwind-preset.mjs",