@unocss/preset-tagify 65.4.3 → 66.0.0

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -64,7 +64,7 @@ const presetTagify = definePreset((options = {}) => {
64
64
  name: "@unocss/preset-tagify",
65
65
  variants,
66
66
  extractors,
67
- extractorDefault: defaultExtractor ? undefined : false
67
+ extractorDefault: defaultExtractor ? void 0 : false
68
68
  };
69
69
  });
70
70
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/preset-tagify",
3
3
  "type": "module",
4
- "version": "65.4.3",
4
+ "version": "66.0.0",
5
5
  "description": "Tagify preset for UnoCSS",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -9,7 +9,7 @@
9
9
  "homepage": "https://unocss.dev",
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "https://github.com/unocss/unocss",
12
+ "url": "git+https://github.com/unocss/unocss",
13
13
  "directory": "packages-presets/preset-tagify"
14
14
  },
15
15
  "bugs": {
@@ -33,7 +33,7 @@
33
33
  "dist"
34
34
  ],
35
35
  "dependencies": {
36
- "@unocss/core": "65.4.3"
36
+ "@unocss/core": "66.0.0"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "unbuild",