We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34b1ebf + d3e36fc commit c7e46e9Copy full SHA for c7e46e9
2 files changed
bower.json
@@ -3,7 +3,7 @@
3
"description": "GPS Module for Webduino",
4
"main": "GPS.js",
5
"authors": "",
6
- "license": "ISC",
+ "license": "MIT",
7
"keywords": [
8
"arduino",
9
"webduino",
package.json
@@ -1,19 +1,19 @@
1
{
2
- "name": "webduino-module-lcd1602",
+ "name": "webduino-module-gps",
"version": "1.0.0",
- "description": "LCD1602 Module for Webduino",
- "main": "LCD1602.js",
+ "description": "GPS Module for Webduino",
+ "main": "GPS.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
10
11
12
13
14
- "lcd1602"
+ "gps"
15
],
16
"dependencies": {
17
"webduino-js": "0.x"
18
}
19
-}
+}
0 commit comments