Skip to content

Commit

Permalink
release: v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ydcjeff committed Feb 6, 2024
1 parent f00fe72 commit c8f5562
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unocss-preset-one",
"version": "0.1.3",
"version": "0.1.4",
"type": "module",
"author": "Jeff Yang",
"license": "MIT",
Expand All @@ -17,8 +17,8 @@
],
"exports": {
".": {
"types": "./dist/mod.d.ts",
"import": "./dist/mod.js"
"types": "./dist/src/mod.d.ts",
"import": "./dist/src/mod.js"
}
},
"scripts": {
Expand Down

0 comments on commit c8f5562

Please sign in to comment.