From f7d7785ace7dcdd9540d6ac7ea96c60c28eda19f Mon Sep 17 00:00:00 2001 From: xuliangzhan Date: Thu, 6 Jun 2019 23:24:14 +0800 Subject: [PATCH] update --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a08048a..27539e1 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "xe-clipboard", - "version": "1.1.0", + "version": "1.1.1", "description": "Copy the contents to the clipboard, support commonly used H5 browser IE, Chrome, Firefox, Opera, Safari, IOS, Android.", - "main": "dist/index.common.js", - "unpkg": "dist/index.js", - "jsdelivr": "dist/index.js", - "typings": "index.d.ts", + "main": "index.js", + "unpkg": "dist/xe-utils.js", + "jsdelivr": "dist/xe-utils.js", + "typings": "types/index.d.ts", "scripts": { "lib": "gulp build", "lint": "eslint index.js",