From e27fc187fe5f07efd9d8d4683ff7d8c654538c55 Mon Sep 17 00:00:00 2001 From: Meghea Iulian Date: Mon, 30 May 2022 07:30:18 +0300 Subject: [PATCH] feat(ci): exports dist folder --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d6c65e8..b83325d 100644 --- a/package.json +++ b/package.json @@ -16,13 +16,12 @@ }, "license": "Apache-2.0", "author": "", - "main": "cosmoz-page-router.js", + "main": "dist/index.js", "directories": { "test": "test" }, "files": [ - "lib/", - "cosmoz-*.js" + "dist/*" ], "scripts": { "lint": "tsc && eslint --cache .",