Skip to content

Commit

Permalink
update package json
Browse files Browse the repository at this point in the history
  • Loading branch information
couds committed Apr 7, 2024
1 parent 9c3da19 commit 12bf3ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@couds/react-bulma",
"version": "1.0.0-preview.7",
"version": "0.0.1",
"description": "React components for Bulma framework",
"main": "./dist/index.js",
"types": "./dist/index.d.cts",
"types": "./dist/index.d.ts",
"type": "module",
"sideEffects": false,
"files": [
Expand All @@ -14,11 +14,11 @@
},
"exports": {
".": {
"types": "./dist/index.d.cts",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./form": {
"types": "./dist/form.d.cts",
"types": "./dist/form.d.ts",
"default": "./dist/form.js"
},
"./*": {
Expand Down

0 comments on commit 12bf3ac

Please sign in to comment.