Skip to content

Commit d3e36fc

Browse files
committed
Fixed typo
1 parent eef6e4e commit d3e36fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

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

0 commit comments

Comments
 (0)