Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Jun 6, 2019
1 parent aebb33c commit f7d7785
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f7d7785

Please sign in to comment.