Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

Commit

Permalink
Updated 发布到bower上
Browse files Browse the repository at this point in the history
  • Loading branch information
think2011 committed Aug 25, 2015
1 parent 737a612 commit 892abd3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@
通过以下方式都可以下载:

1. 执行`npm i lrz`(推荐)
2. 或者 `git clone`本库
3. 要么 在页面右侧点击`download zip`
2. 执行`bower install lrz`
3. 或者 `git clone`本库
4. 要么 在页面右侧点击`download zip`

接着在页面中引入
```html
Expand Down
28 changes: 28 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "lrz",
"version": "4.1.4",
"homepage": "https://github.com/think2011/localResizeIMG4",
"authors": [
"think2011 <[email protected]>"
],
"description": "前端本地客户端压缩图片,兼容IOS,Android,PC、自动按需加载文件",
"main": "dist/lrz.bundle.js",
"keywords": [
"lrz",
"localResizeIMG",
"前端压缩图片",
"前端图片压缩",
"压缩图片"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"src",
"gulpfile.js",
"webpack.config.js"
]
}

0 comments on commit 892abd3

Please sign in to comment.