Skip to content

Commit

Permalink
fix description error about package json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernest committed Nov 11, 2019
1 parent 74abe67 commit b4906e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion multimedia/openmv/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openmv",
"description": "openmv porting for rt-thread",
"description": "openmv 在 RT-Thread 上的移植",
"description_zh": "openmv 在 RT-Thread 上的移植",
"keywords": [
"openmv"
],
Expand Down
2 changes: 1 addition & 1 deletion peripherals/kendryte-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kendryte-sdk",
"description": "Kendryte K210 SDK",
"description": "勘智 K210 处理器对应的外设驱动包",
"description_zh": "勘智 K210 处理器对应的外设驱动包",
"keywords": [
"kendryte-sdk",
"k210",
Expand Down
2 changes: 1 addition & 1 deletion peripherals/pcf8574/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pcf8574",
"description": "Remote 8-bit I/O expander for I2C-bus",
"description": "针对 I2C 并行口扩展 8 位 I/O 软件包",
"description_zh": "针对 I2C 并行口扩展 8 位 I/O 软件包",
"keywords": [
"pcf8574"
],
Expand Down
2 changes: 1 addition & 1 deletion system/yaffs2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yaffs2",
"description": "yaffs2 port to rtthread",
"description": "yaffs2 移植到RT-Thread",
"description_zh": "yaffs2 移植到RT-Thread",
"keywords": [
"filesystem",
"nandflash fs",
Expand Down

0 comments on commit b4906e5

Please sign in to comment.