Skip to content

Commit c7e46e9

Browse files
committed
Merge branch 'master' into gh-pages
2 parents 34b1ebf + d3e36fc commit c7e46e9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "GPS Module for Webduino",
44
"main": "GPS.js",
55
"authors": "",
6-
"license": "ISC",
6+
"license": "MIT",
77
"keywords": [
88
"arduino",
99
"webduino",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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
},
99
"author": "",
10-
"license": "ISC",
10+
"license": "MIT",
1111
"keywords": [
1212
"arduino",
1313
"webduino",
14-
"lcd1602"
14+
"gps"
1515
],
1616
"dependencies": {
1717
"webduino-js": "0.x"
1818
}
19-
}
19+
}

0 commit comments

Comments
 (0)