@gregoriusrippenstein/node-red-contrib-nodedev 0.4.0 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -128,6 +128,7 @@
128
128
  $('#node-input-githubgettar').on('change', () => {
129
129
  if ( $('#node-input-githubgettar').is(":checked") ) {
130
130
  $("#github-options").animate({opacity: 'show', height: 'show'}, 450);
131
+ $('#node-input-ignore_package_check').prop('checked',true)
131
132
  } else {
132
133
  if ( !$('#node-input-gitcheckforchange').is(":checked") && !$('#node-input-gitcommit').is(":checked") ) {
133
134
  $("#github-options").animate({opacity: 'hide', height: 'hide'}, 450);
@@ -113,7 +113,7 @@
113
113
  },
114
114
  },
115
115
  inputs:1,
116
- outputs:1,
116
+ outputs:0,
117
117
 
118
118
  label: function() {
119
119
  return (this.name || this._def.paletteLabel);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name" : "@gregoriusrippenstein/node-red-contrib-nodedev",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "dependencies": {
5
5
  "pako": "^2.1.0",
6
6
  "tar-stream": "^3.1.6",