From a8fb1bfc8e0463a04fff1948e1c9d098119e074b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Sun, 12 Nov 2023 16:37:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20package=20=E7=BB=93?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 98eae634..71de311a 100644 --- a/package.json +++ b/package.json @@ -2,14 +2,29 @@ "name": "layui", "version": "2.8.18", "description": "Classic modular Front-End UI library", - "main": "dist/layui.js", + "keywords": [ + "layui", + "components", + "front-end", + "framework", + "library", + "ui", + "web" + ], + "homepage": "https://layui.dev", "license": "MIT", - "scripts": {}, + "bugs": { + "url": "https://github.com/layui/layui/issues" + }, "repository": { "type": "git", "url": "git+ssh://git@github.com/layui/layui.git" }, - "homepage": "https://layui.dev", + "main": "dist/layui.js", + "files": [ + "dist" + ], + "scripts": {}, "devDependencies": { "gulp": "^4.0.2", "gulp-uglify": "^3.0.2", @@ -23,17 +38,5 @@ "del": "^2.2.2", "minimist": "^1.2.8" }, - "bugs": { - "url": "https://gitee.com/layui/layui/issues" - }, - "dependencies": {}, - "keywords": [ - "layui", - "ui", - "javascript", - "css", - "components", - "framework", - "library" - ] + "dependencies": {} }