From 06c3261ab0310eab02413f31ede9046edc7ffab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=93=E5=96=B5=E9=85=B1?= Date: Tue, 8 Sep 2020 10:42:59 +0800 Subject: [PATCH] Update package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7aedcc5..0c6782d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,10 @@ "name": "fp3", "version": "3.0.3", "description": "fp is a concise web front-end solution to generate an unique 'fingerprint' for each visitor basing on visitor's device and browser.", - "main": "fp.js", + "main": "dist/fp.min.js", + "files": [ + "dist" + ], "repository": "git@github.com:IoTcat/fp.git", "author": "iotcat ", "license": "MIT"