Skip to content

Commit d8887f6

Browse files
author
Ke, Mingze
committed
Update module information
1 parent cba1a2b commit d8887f6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

bower.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "webduino-module-ws2812",
3-
"description": "WS2812 Module for Webduino",
4-
"main": "ws2812.js",
2+
"name": "webduino-module-lora",
3+
"description": "Lora Module for Webduino",
4+
"main": "LORA.js",
55
"authors": "",
66
"license": "ISC",
77
"keywords": [
88
"arduino",
99
"webduino",
10-
"ws2812"
10+
"lora"
1111
],
1212
"ignore": [
1313
"**/.*",
@@ -16,4 +16,4 @@
1616
"test",
1717
"tests"
1818
]
19-
}
19+
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "webduino-module-ws2812",
2+
"name": "webduino-module-lora",
33
"version": "1.0.0",
4-
"description": "WS2812 Module for Webduino",
5-
"main": "WS2812.js",
4+
"description": "Lora Module for Webduino",
5+
"main": "LORA.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
@@ -11,9 +11,9 @@
1111
"keywords": [
1212
"arduino",
1313
"webduino",
14-
"ws2812"
14+
"lora"
1515
],
1616
"dependencies": {
1717
"webduino-js": "0.x"
1818
}
19-
}
19+
}

0 commit comments

Comments
 (0)