We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f8797 commit 3d32c85Copy full SHA for 3d32c85
company.js
@@ -1,6 +1,7 @@
1
var Plugin = require('../plugin');
2
3
-var plugin = new Plugin(100, 'Company', '2017.07.24',
+// config: None
4
+var plugin = new Plugin(100, 'company', '2017.07.25',
5
'Plugin to query by company for free user.');
6
7
// NOTE: those data is collected from different websites that has similar questions:
0 commit comments