We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f905e9 commit ee6ff32Copy full SHA for ee6ff32
index.ts
@@ -1 +1,2 @@
1
+export { edgePluginComponent } from './src/index.js'
2
export { configure } from './configure.js'
package.json
@@ -1,6 +1,6 @@
{
"name": "@jrmc/edge-components",
3
- "version": "2.0.0-beta",
+ "version": "2.0.1-beta",
4
"type": "module",
5
"description": "",
6
"engines": {
@@ -30,7 +30,7 @@
30
"prepublishOnly": "npm run build"
31
},
32
"exports": {
33
- ".": "./build/src/index.js",
+ ".": "./build/index.js",
34
"./edge_components_provider": "./build/providers/edge_components_provider.js",
35
"./tailwind.config": "./build/src/tailwind.config.js"
36
0 commit comments