Skip to content

Commit ee6ff32

Browse files
committed
fix: adonis ace configure
1 parent 9f905e9 commit ee6ff32

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
export { edgePluginComponent } from './src/index.js'
12
export { configure } from './configure.js'

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jrmc/edge-components",
3-
"version": "2.0.0-beta",
3+
"version": "2.0.1-beta",
44
"type": "module",
55
"description": "",
66
"engines": {
@@ -30,7 +30,7 @@
3030
"prepublishOnly": "npm run build"
3131
},
3232
"exports": {
33-
".": "./build/src/index.js",
33+
".": "./build/index.js",
3434
"./edge_components_provider": "./build/providers/edge_components_provider.js",
3535
"./tailwind.config": "./build/src/tailwind.config.js"
3636
},

0 commit comments

Comments
 (0)