Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cea2aj committed Sep 26, 2023
1 parent 8c446c9 commit dda46a1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@yext/search-headless-react",
"version": "2.4.0-alpha.5",
"version": "2.4.0-alpha.6",
"description": "The official React UI Bindings layer for Search Headless",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"type": "module",
"license": "BSD-3-Clause",
"types": "./dist/index.d.ts",
Expand All @@ -15,10 +15,10 @@
"yext"
],
"exports": {
"import": "./dist/index.mjs",
"import": "./dist/index.js",
"import.types": "./dist/index.d.ts",
"require": "./dist/index.js",
"require.types": "./dist/index.d.ts"
"require": "./dist/index.cjs",
"require.types": "./dist/index.d.cts"
},
"files": [
"lib",
Expand Down

0 comments on commit dda46a1

Please sign in to comment.