Skip to content

Commit 5ae12a5

Browse files
authored
Merge branch 'master' into travis-fixes
2 parents 18bb4b7 + f2318ed commit 5ae12a5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ module.exports = function(grunt) {
107107
'--js', 'node_modules/google-closure-library/third_party/**.js',
108108
'--js', '"!**_test.js"',
109109
'--jscomp_warning', 'lintChecks',
110+
'--hide_warnings_for', 'node_modules/google-closure-library/',
110111
'--entry_point', 'app.setup',
111112
'--js_output_file', 'static/js/app.js',
112113
'--dependency_mode', 'STRICT',

data/manufacturer_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@
270270
(0x0869, "Club Cannon LLC"),
271271
(0x0874, "Snow Professional Lighting"),
272272
(0x0875, "ARC Solid-State Lighting Corp."),
273+
(0x0876, "Power Gems LTD"),
273274
(0x0878, "OTTEC Technology GmbH"),
274275
(0x0880, "GuangZhou LiDang Technology Inc."),
275276
(0x0884, "Bright Group"),

0 commit comments

Comments
 (0)