Skip to content

Commit

Permalink
chore: package json types
Browse files Browse the repository at this point in the history
  • Loading branch information
rboixaderg committed Apr 20, 2024
1 parent f2de253 commit 7968fcb
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.30.1",
"version": "0.31.0",
"repository": {
"type": "git",
"url": "[email protected]:guillotinaweb/guillotina_react.git"
Expand All @@ -9,9 +9,16 @@
],
"source": "./src/guillo-gmi/index.ts",
"main": "./dist/react-gmi.js",
"exports": "./dist/react-gmi.modern.js",
"module": "./dist/react-gmi.modern.js",
"types": "./dist/index.d.ts",
"unpkg": "./dist/react-gmi.umd.js",
"exports": {
".": {
"import": "./dist/react-gmi.modern.js",
"require": "./dist/react-gmi.js",
"types": "./dist/index.d.ts"
}
},
"name": "@guillotinaweb/react-gmi",
"dependencies": {
"brace": "0.11.1",
Expand Down Expand Up @@ -46,7 +53,7 @@
"prettier": "2.2.1",
"sass": "1.69.5",
"serialize-javascript": "5.0.1",
"typescript": "5.4.2",
"typescript": "5.4.5",
"vitest": "^0.34.6",
"@types/react-beautiful-dnd": "13.1.8"
},
Expand Down

0 comments on commit 7968fcb

Please sign in to comment.