@unocss/preset-uno 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -33,7 +33,7 @@ For example, both `ml-3` (Tailwind), `ms-2` (Bootstrap), `ma4` (Tachyons), `mt-1
33
33
  .mt-10px { margin-top: 10px; }
34
34
  ```
35
35
 
36
- For more details about the default preset, you can check out our [playground](https://unocss-play.antfu.me) and try out. Meanwhile, you can also check out [the implementation](./src/rules).
36
+ For more details about the default preset, you can check out our [playground](https://unocss.antfu.me/) and try out. Meanwhile, you can also check out [the implementation](./src/rules).
37
37
 
38
38
  ## License
39
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/preset-uno",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/antfu/unocss#readme",
@@ -41,7 +41,7 @@
41
41
  "*.css"
42
42
  ],
43
43
  "dependencies": {
44
- "@unocss/core": "0.1.0"
44
+ "@unocss/core": "0.1.1"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "tsup",