We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f558e commit 4710c1fCopy full SHA for 4710c1f
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-red-admin",
3
- "version": "0.2.6",
+ "version": "0.3.0",
4
"description": "The Node-RED admin command line interface",
5
"homepage": "http://nodered.org",
6
"bugs": {
@@ -23,21 +23,20 @@
23
"name": "Anna Thomas"
24
}
25
],
26
- "preferGlobal": "true",
27
"scripts": {
28
"test": "./node_modules/.bin/mocha "
29
},
30
"dependencies": {
31
- "axios": "0.19.2",
+ "axios": "0.21.1",
32
"bcryptjs": "^2.4.3",
33
- "cli-table": "^0.3.1",
+ "cli-table": "^0.3.4",
34
"minimist": "^1.2.5",
35
"read": "^1.0.7"
36
37
"devDependencies": {
38
- "grunt": "^1.0.4",
+ "grunt": "^1.3.0",
39
"grunt-cli": "^1.3.2",
40
- "grunt-contrib-jshint": "^2.1.0",
+ "grunt-contrib-jshint": "^3.0.0",
41
"grunt-simple-mocha": "^0.4.1",
42
"mocha": "^7.1.0",
43
"should": "^13.2.3",
0 commit comments