update package version for nodes tests

This commit is contained in:
Dave Conway-Jones 2016-04-23 17:08:01 +01:00
parent ae3d6a6874
commit d89a2bb7a1
1 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-nodes",
"version" : "0.0.3",
"version" : "0.0.4",
"description" : "Node-RED-nodes package to hold the test framework ONLY - use npm to install individual nodes",
"homepage" : "http://nodered.org",
"license" : "Apache-2.0",
@ -17,19 +17,19 @@
"Node-RED", "nodes", "iot", "ibm", "flow"
],
"devDependencies": {
"grunt": "0.4.5",
"grunt-simple-mocha": "0.4.0",
"grunt-contrib-jshint": "0.11.2",
"grunt": "^0.4.5",
"grunt-simple-mocha": "0.4.1",
"grunt-contrib-jshint": "1.0.0",
"grunt-lint-inline": "0.4.4",
"grunt-jscs": "1.8.*",
"mocha": "2.2.5",
"should": "7.0.1",
"sinon": "1.15.4",
"supertest": "1.0.1",
"proxyquire": "1.6.0",
"grunt-jscs": "2.8.0",
"mocha": "^2.4.5",
"should": "^8.3.1",
"sinon": "^1.17.3",
"supertest": "^1.2.0",
"proxyquire": "1.7.4",
"pushbullet": "1.4.*",
"when": "^3.6.4",
"exif": "0.4.0",
"when": "^3.7.7",
"exif": "0.6.0",
"ngeohash": "0.6.*",
"nodemailer" : "1.11.*",
"poplib" : "0.1.7",