Skip to content

Commit

Permalink
adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
CarelessCourage committed Jan 28, 2024
1 parent db817c5 commit 25047c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions packages/dye/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "@umbrajs/dye",
"private": false,
"version": "0.0.6996",
"description": "Color picker in a Vue component",
"version": "0.0.0",
"description": "Vue color picker using umbra",
"author": "Samuel M. Bednarz<https://github.com/CarelessCourage>",
"license": "MIT",
"keywords": [
"vue",
"color",
"picker"
"picker",
"umbra"
],
"repository": {
"type": "git",
Expand All @@ -20,7 +21,7 @@
],
"main": "./dist/dye.umd.cjs",
"module": "./dist/dye.js",
"types": "./dist/index.d.ts",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"import": "./dist/dye.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/dye/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"isolatedModules": true,
"emitDeclarationOnly": true,

"outDir": "dist",
"outDir": "dist/types",
"declaration": true,

/* Linting */
Expand Down

0 comments on commit 25047c9

Please sign in to comment.