Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit a9b585f

Browse files
2 parents b8613ea + 8662fb0 commit a9b585f

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ build/Release
2626
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
2727
node_modules/
2828
*.idea
29+
30+
# tools dir
31+
hardware/tools

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,4 @@ define(function (require, exports, module) {
163163
$('#toolbar-console-btn').addClass('consolehover');
164164
});
165165

166-
});
166+
});

modules/Toolbar/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ define(function (require, exports, module) {
103103
//console.log(btnid+' clicked');
104104
}
105105
}
106-
});
106+
});

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"title": "Arduino",
44
"description": "Arduino brackets extension",
55
"homepage": "http://arduino.org",
6-
"version": "0.0.1",
6+
"version": "0.0.2",
77
"author": "Arduino.org Team <[email protected]>"
8-
}
8+
}

0 commit comments

Comments
 (0)