Skip to content

Commit

Permalink
fix: adonis ace configure
Browse files Browse the repository at this point in the history
  • Loading branch information
batosai committed May 13, 2024
1 parent 9f905e9 commit ee6ff32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { edgePluginComponent } from './src/index.js'
export { configure } from './configure.js'
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jrmc/edge-components",
"version": "2.0.0-beta",
"version": "2.0.1-beta",
"type": "module",
"description": "",
"engines": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"prepublishOnly": "npm run build"
},
"exports": {
".": "./build/src/index.js",
".": "./build/index.js",
"./edge_components_provider": "./build/providers/edge_components_provider.js",
"./tailwind.config": "./build/src/tailwind.config.js"
},
Expand Down

0 comments on commit ee6ff32

Please sign in to comment.