We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3891ad5 commit 253b040Copy full SHA for 253b040
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-red-admin",
3
- "version": "0.1.4",
+ "version": "0.1.5",
4
"description": "The Node-RED admin command line interface",
5
"homepage": "http://nodered.org",
6
"license": "Apache-2.0",
@@ -31,11 +31,11 @@
31
},
32
"devDependencies": {
33
"grunt": "^1.0.3",
34
- "grunt-cli": "^1.3.1",
+ "grunt-cli": "^1.3.2",
35
"grunt-contrib-jshint": "^2.0.0",
36
"grunt-simple-mocha": "^0.4.1",
37
- "mocha": "^2.5.3",
38
- "should": "^6.0.3",
+ "mocha": "^5.2.0",
+ "should": "^13.2.3",
39
"sinon": "^1.17.7"
40
41
"optionalDependencies": {
0 commit comments