Skip to content

Commit 023a69e

Browse files
committed
Fix dependencies and license
- some dev dependencies were listed in main deps list
1 parent 3a17d40 commit 023a69e

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

package.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "node-red-admin",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "The Node-RED admin command line interface",
55
"homepage": "http://nodered.org",
6-
"license": "Apache",
6+
"license": "Apache-2.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/node-red/node-red-admin.git"
@@ -17,22 +17,21 @@
1717
],
1818
"preferGlobal": "true",
1919
"dependencies": {
20-
"colors": "1.0.3",
21-
"grunt-contrib-jshint": "^0.10.0",
22-
"grunt-simple-mocha": "^0.4.0",
23-
"minimist": "1.1.0",
24-
"request": "2.42.0",
25-
"should": "^4.1.0",
26-
"sinon": "^1.11.1",
27-
"when": "3.4.6",
20+
"colors": "1.1.2",
21+
"minimist": "1.2.0",
22+
"request": "2.64.0",
23+
"when": "3.7.3",
2824
"cli-table": "0.3.1",
29-
"read": "1.0.5"
25+
"read": "1.0.7"
3026
},
3127
"devDependencies": {
3228
"grunt": "0.4.5",
3329
"grunt-cli": "0.1.13",
34-
"mocha": "1.21.4",
35-
"should": "4.0.4"
30+
"grunt-contrib-jshint": "0.11.3",
31+
"grunt-simple-mocha": "^0.4.0",
32+
"mocha": "2.3.3",
33+
"should": "6.0.3",
34+
"sinon": "1.17.1"
3635
},
3736
"bin": {
3837
"node-red-admin": "node-red-admin.js"

0 commit comments

Comments
 (0)