Skip to content

Commit

Permalink
update outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrepreneur committed Dec 21, 2023
1 parent 646f3a7 commit 0be61f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@raidguild/design-system",
"version": "0.5.1",
"version": "0.5.2",
"license": "MIT",
"author": "Raid Guild",
"main": "./dist/cjs/src/index.js",
"module": "./dist/esm/src/index.js",
"main": "./dist/src/index.js",
"module": "./dist/src/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"homepage": "https://raid-guild.github.io/design-system",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"noUnusedParameters": true, // Flags unused function parameters.
"noFallthroughCasesInSwitch": true, // Requires handling all cases in a switch statement.
"declaration": true, // Generates declaration files for TypeScript.
"declarationDir": "dist",
"allowSyntheticDefaultImports": true
}
}

0 comments on commit 0be61f7

Please sign in to comment.