Skip to content

Commit 9535616

Browse files
committed
Merge branch 'master' into gh-pages
2 parents 8591277 + 5a658a6 commit 9535616

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bower.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"author": "",
10-
"license": "ISC",
10+
"license": "MIT",
1111
"keywords": [
1212
"arduino",
1313
"webduino",
@@ -16,4 +16,4 @@
1616
"dependencies": {
1717
"webduino-js": "0.x"
1818
}
19-
}
19+
}

0 commit comments

Comments
 (0)