From efbcd1eebd90b4721c63d2d1e0ac3386c5d76159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E7=93=9C=E4=B8=B8?= Date: Fri, 4 Dec 2020 02:34:16 +0900 Subject: [PATCH] [update] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f1a4a4f..d0284c0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "onigiri", "version": "1.0.0", "description": "View component library using WebComponents.", - "main": "index.js", + "main": "dist/main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack",