Skip to content

Commit

Permalink
only load dist to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonav1992 committed Mar 7, 2024
1 parent 7e195da commit 7f8ef50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "formularity",
"version": "0.1.9-alpha",
"version": "0.1.10-alpha",
"description": "The last React form library you will ever need!",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"files": ["dist"],
"scripts": {
"start": "vite",
"build": "rollup -c",
Expand Down

0 comments on commit 7f8ef50

Please sign in to comment.