Since I can't sign the Contributor License Agreement with my current employment in order to contribute, I can't make a PR.
I just wanted to contribute by saying that the jquery dependency should be removed since it is unused, here:
|
|
|
var $ = require('jquery'); |
|
|
|
SYMPHONY.remote.hello().then(function(data) { |
and there:
|
"dependencies": { |
|
"jquery": "^3.2.1" |
|
} |