File tree Expand file tree Collapse file tree 2 files changed +41
-0
lines changed
Expand file tree Collapse file tree 2 files changed +41
-0
lines changed Original file line number Diff line number Diff 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+ ```
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " leancloud-jssdk.js" ,
3+ "version" : " 0.5.1" ,
4+ "homepage" : " https://github.com/leancloud/javascript-sdk" ,
5+ "authors" : [
6+ 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+ }
You can’t perform that action at this time.
0 commit comments