Browse Source

Update to v0.17.0

Angel Ruiz (aka SirKeldon) 1 year ago
parent
commit
388d3f0503
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -1,12 +1,13 @@
 {
   "name": "circletone",
-  "version": "0.16.0",
+  "version": "0.17.0",
   "peerDependencies": {
     "@angular/common": "^17.3.0",
     "@angular/core": "^17.3.0"
   },
   "exports": {
     "./tailwind.config": "./tailwind.preset.js",
+    "./assets": "./src/assets/",
     "./package.json": {
       "default": "./package.json"
     },