Skip to content

Commit b1d6a5e

Browse files
committed
update dependencies & add echint
1 parent d50be25 commit b1d6a5e

1 file changed

Lines changed: 21 additions & 17 deletions

File tree

package.json

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"author": "Ahmad Nassri <[email protected]> (https://www.mashape.com/)",
66
"homepage": "https://github.com/Mashape/httpsnippet",
77
"license": "MIT",
8-
"main": "./src/index.js",
9-
"bin": "./bin/httpsnippet",
8+
"main": "src/index.js",
9+
"bin": "bin/httpsnippet",
1010
"keywords": [
1111
"api",
1212
"csharp",
@@ -41,15 +41,12 @@
4141
"bin",
4242
"src"
4343
],
44-
"repository": {
45-
"type": "git",
46-
"url": "https://github.com/Mashape/httpsnippet"
47-
},
44+
"repository": "Mashape/httpsnippet",
4845
"bugs": {
4946
"url": "https://github.com/Mashape/httpsnippet/issues"
5047
},
5148
"scripts": {
52-
"test": "standard && mocha --no-timeouts --reporter spec --fgrep 'Request Validation' --invert",
49+
"test": "standard && echint && mocha --no-timeouts --reporter spec --fgrep 'Request Validation' --invert",
5350
"travis": "standard && mocha --no-timeouts --reporter spec",
5451
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --fgrep 'Request Validation' --invert",
5552
"codeclimate": "codeclimate < coverage/lcov.info"
@@ -59,22 +56,29 @@
5956
"**/test/fixtures/**"
6057
]
6158
},
59+
"echint": {
60+
"ignore": [
61+
"CONTRIBUTING.md",
62+
"**/test/fixtures/**"
63+
]
64+
},
6265
"devDependencies": {
6366
"codeclimate-test-reporter": "0.0.4",
64-
"glob": "^5.0.5",
65-
"istanbul": "^0.3.13",
66-
"mocha": "^2.2.4",
67-
"should": "^5.2.0",
68-
"standard": "^3.5.0"
67+
"echint": "^1.1.1",
68+
"glob": "^5.0.10",
69+
"istanbul": "^0.3.14",
70+
"mocha": "^2.2.5",
71+
"should": "^6.0.3",
72+
"standard": "^3.11.1"
6973
},
7074
"dependencies": {
71-
"bluebird": "^2.9.24",
75+
"bluebird": "^2.9.26",
7276
"chalk": "^1.0.0",
73-
"commander": "^2.7.1",
74-
"debug": "^2.1.3",
75-
"event-stream": "^3.3.0",
77+
"commander": "^2.8.1",
78+
"debug": "^2.2.0",
79+
"event-stream": "^3.3.1",
7680
"form-data": "^0.2.0",
77-
"har-validator": "^1.6.1",
81+
"har-validator": "^1.7.1",
7882
"require-directory": "^2.1.0"
7983
}
8084
}

0 commit comments

Comments
 (0)