Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
0.40.4 includes esnext module generation and type: module
Browse files Browse the repository at this point in the history
  • Loading branch information
petemill committed Aug 14, 2023
1 parent 331d16f commit 4b02302
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"name": "@brave/brave-ui",
"private": false,
"main": "index.js",
"type": "module",
"sideEffects": false,
"version": "0.40.3",
"version": "0.40.4",
"description": "List of reusable React components to empower your brave UI",
"author": "Brave Software",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es6",
"module": "CommonJS",
"module": "ESNext",
"moduleResolution": "node",
"jsx": "react",
"outDir": "./package",
Expand Down

0 comments on commit 4b02302

Please sign in to comment.