From 8a3588453c1e5bb3845ab1352c821bfa711de34e Mon Sep 17 00:00:00 2001 From: Vincent Tse Date: Wed, 15 May 2024 18:21:18 +0800 Subject: [PATCH] Update package.json --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c91020f..07facbe 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,13 @@ { "name": "@mvc-org/mvc-resources", - "version": "1.0.4", + "version": "1.0.5", "description": "mvc resources cdn", - "main": "index.js", + "main": "dist/index.js", "files": [ "icons", - "rules" + "rules", + "dist", + "types" ], "types": "types/index.d.ts", "scripts": {