Commit 1b72d21 1 parent b783617 commit 1b72d21 Copy full SHA for 1b72d21
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
name = " wechat_dev_tools"
2
- version = " 0.1 .0"
2
+ version = " 1.0 .0"
3
3
description = " tools to develop wechat miniprogram in gleam"
4
4
target = " javascript"
5
5
6
6
# Fill out these fields if you intend to generate HTML documentation or publish
7
7
# your project to the Hex package manager.
8
8
#
9
- licences = [" Apache-2.0 " ]
9
+ licences = [" MIT " ]
10
10
repository = { type = " github" , user = " kaiwu" , repo = " wechat_dev_tools" }
11
11
gleam = " >= 0.32.0"
12
- # links = [{ title = "Website ", href = "" }]
12
+ links = [{ title = " Wechat Miniprogram " , href = " https://developers.weixin.qq.com/miniprogram/en/dev/framework/ " }]
13
13
#
14
14
# For a full reference of all the available options, you can have a look at
15
15
# https://gleam.run/writing-gleam/gleam-toml/.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gleam-wechat-dev-tools" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " build wechat miniprogram with gleam" ,
5
5
"scripts" : {
6
6
"build" : " gleam run -m build" ,
You can’t perform that action at this time.
0 commit comments