Skip to content

Commit

Permalink
Refactor #3965 - BaseDirective added
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Jun 21, 2023
1 parent 2998f72 commit 2ee9923
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/lib/basedirective/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"main": "./basedirective.cjs.js",
"module": "./basedirective.esm.js",
"unpkg": "./basedirective.min.js",
"types": "./BaseDirective.d.ts"
}

0 comments on commit 2ee9923

Please sign in to comment.