From 7f8ef50b57f131197dfbd226a59811d02b131091 Mon Sep 17 00:00:00 2001 From: Alex Johnson Date: Thu, 7 Mar 2024 05:36:51 -0600 Subject: [PATCH] only load dist to npm --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 117c158..9eef3bd 100644 --- a/package.json +++ b/package.json @@ -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",