Skip to content

Commit f2a1ed0

Browse files
committed
Support bower install.
1 parent 1df3b98 commit f2a1ed0

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,14 @@ gulp release
3636
# 协议
3737

3838
[MIT License](http://opensource.org/licenses/MIT)
39+
40+
# 内部发布
41+
## 修改版本号
42+
* lib/version.js
43+
* package.json
44+
* bower.json
45+
46+
## 发布到 bower
47+
```
48+
bower register leancloud-jssdk [email protected]:leancloud/javascript-sdk.git
49+
```

bower.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "leancloud-jssdk.js",
3+
"version": "0.5.1",
4+
"homepage": "https://github.com/leancloud/javascript-sdk",
5+
"authors": [
6+
"killme2008 <[email protected]>"
7+
],
8+
"description": "LeanCloud JavaScript SDK",
9+
"main": "dist/av.js",
10+
"ignore": [
11+
"demo",
12+
"lib",
13+
"test",
14+
"tools",
15+
"README.md",
16+
"changelog.md",
17+
"gulpfile.js",
18+
"package.json",
19+
"readme.txt"
20+
],
21+
"moduleType": [
22+
"globals"
23+
],
24+
"keywords": [
25+
"LeanCloud",
26+
"JavaScript",
27+
"SDK"
28+
],
29+
"license": "MIT"
30+
}

0 commit comments

Comments
 (0)