mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Tidy up listing for some nodes. No functional changes
to make listing task pass
This commit is contained in:
parent
8abfd4841d
commit
38d16b8a4d
2
.jscsrc
2
.jscsrc
@ -20,5 +20,5 @@
|
|||||||
"requireSpacesInFunction": { "beforeOpeningCurlyBrace": true },
|
"requireSpacesInFunction": { "beforeOpeningCurlyBrace": true },
|
||||||
//"validateParameterSeparator": ", ",
|
//"validateParameterSeparator": ", ",
|
||||||
//"validateQuoteMarks": false,
|
//"validateQuoteMarks": false,
|
||||||
"maximumLineLength": 220
|
"maximumLineLength": 280
|
||||||
}
|
}
|
||||||
|
@ -29,7 +29,7 @@ module.exports = function(grunt) {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
inlinelint: {
|
inlinelint: {
|
||||||
html: ['*/*/*.html'],
|
html: ['*/*/*.html', '!node_modules/*'],
|
||||||
options: {
|
options: {
|
||||||
jshintrc: ".jshintrc"
|
jshintrc: ".jshintrc"
|
||||||
//,reporter: require('jshint-stylish')
|
//,reporter: require('jshint-stylish')
|
||||||
|
22
package.json
22
package.json
@ -17,24 +17,24 @@
|
|||||||
"Node-RED", "nodes", "iot", "ibm", "flow"
|
"Node-RED", "nodes", "iot", "ibm", "flow"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "^0.4.5",
|
"grunt": "^1.0.1",
|
||||||
"grunt-simple-mocha": "^0.4.1",
|
"grunt-contrib-jshint": "^1.1.0",
|
||||||
"grunt-contrib-jshint": "^1.0.0",
|
|
||||||
"grunt-lint-inline": "^0.4.4",
|
|
||||||
"grunt-jscs": "^2.8.0",
|
"grunt-jscs": "^2.8.0",
|
||||||
|
"grunt-lint-inline": "^1.0.0",
|
||||||
|
"grunt-simple-mocha": "^0.4.1",
|
||||||
"mocha": "^2.4.5",
|
"mocha": "^2.4.5",
|
||||||
"should": "^8.3.1",
|
"should": "^8.4.0",
|
||||||
"sinon": "^1.17.3",
|
"sinon": "^1.17.7",
|
||||||
"supertest": "^1.2.0",
|
"supertest": "^1.2.0",
|
||||||
"proxyquire": "^1.7.10",
|
"proxyquire": "^1.7.11",
|
||||||
"pushbullet": "^1.4.3",
|
"pushbullet": "^2.0.0",
|
||||||
"when": "^3.7.7",
|
"when": "^3.7.8",
|
||||||
"exif": "^0.6.0",
|
"exif": "^0.6.0",
|
||||||
"ngeohash": "^0.6.0",
|
"ngeohash": "^0.6.0",
|
||||||
"nodemailer" : "^1.11.0",
|
"nodemailer" : "^1.11.0",
|
||||||
"poplib" : "^0.1.7",
|
"poplib" : "^0.1.7",
|
||||||
"mailparser" : "^0.6.1",
|
"mailparser" : "^0.6.2",
|
||||||
"imap" : "^0.8.18",
|
"imap" : "^0.8.19",
|
||||||
"msgpack-js": "^0.3.0"
|
"msgpack-js": "^0.3.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user