Skip to content

Commit

Permalink
release: v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ydcjeff committed Feb 6, 2024
1 parent 59bdbab commit f00fe72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 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.2",
"version": "0.1.3",
"type": "module",
"author": "Jeff Yang",
"license": "MIT",
Expand All @@ -13,8 +13,7 @@
"unocss-preset-one"
],
"files": [
"dist/*.js",
"!dist/*.test.js"
"dist/src"
],
"exports": {
".": {
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"moduleResolution": "NodeNext",
"module": "NodeNext",
"outDir": "dist",
"sourceMap": true,

/* AND if you're building for a library: */
"declaration": true,
Expand Down

0 comments on commit f00fe72

Please sign in to comment.