Add stoppable to dev deps

This commit is contained in:
Dave Conway-Jones 2018-04-29 22:16:18 +01:00
parent 6a28ecfbc2
commit 5e0874ab44
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "node-red-nodes",
"version": "0.0.10",
"version": "0.0.11",
"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",
@ -44,6 +44,7 @@
"pushbullet": "~2.1.0",
"should": "^11.2.1",
"sinon": "^1.17.7",
"stoppable": "~1.0.6",
"supertest": "^3.0.0",
"when": "^3.7.8"
}