mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02: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 },
|
||||
//"validateParameterSeparator": ", ",
|
||||
//"validateQuoteMarks": false,
|
||||
"maximumLineLength": 220
|
||||
"maximumLineLength": 280
|
||||
}
|
||||
|
@ -29,7 +29,7 @@ module.exports = function(grunt) {
|
||||
},
|
||||
},
|
||||
inlinelint: {
|
||||
html: ['*/*/*.html'],
|
||||
html: ['*/*/*.html', '!node_modules/*'],
|
||||
options: {
|
||||
jshintrc: ".jshintrc"
|
||||
//,reporter: require('jshint-stylish')
|
||||
|
22
package.json
22
package.json
@ -17,24 +17,24 @@
|
||||
"Node-RED", "nodes", "iot", "ibm", "flow"
|
||||
],
|
||||
"devDependencies": {
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-simple-mocha": "^0.4.1",
|
||||
"grunt-contrib-jshint": "^1.0.0",
|
||||
"grunt-lint-inline": "^0.4.4",
|
||||
"grunt": "^1.0.1",
|
||||
"grunt-contrib-jshint": "^1.1.0",
|
||||
"grunt-jscs": "^2.8.0",
|
||||
"grunt-lint-inline": "^1.0.0",
|
||||
"grunt-simple-mocha": "^0.4.1",
|
||||
"mocha": "^2.4.5",
|
||||
"should": "^8.3.1",
|
||||
"sinon": "^1.17.3",
|
||||
"should": "^8.4.0",
|
||||
"sinon": "^1.17.7",
|
||||
"supertest": "^1.2.0",
|
||||
"proxyquire": "^1.7.10",
|
||||
"pushbullet": "^1.4.3",
|
||||
"when": "^3.7.7",
|
||||
"proxyquire": "^1.7.11",
|
||||
"pushbullet": "^2.0.0",
|
||||
"when": "^3.7.8",
|
||||
"exif": "^0.6.0",
|
||||
"ngeohash": "^0.6.0",
|
||||
"nodemailer" : "^1.11.0",
|
||||
"poplib" : "^0.1.7",
|
||||
"mailparser" : "^0.6.1",
|
||||
"imap" : "^0.8.18",
|
||||
"mailparser" : "^0.6.2",
|
||||
"imap" : "^0.8.19",
|
||||
"msgpack-js": "^0.3.0"
|
||||
},
|
||||
"engines": {
|
||||
|
Loading…
Reference in New Issue
Block a user