Skip to content

Commit a21cd49

Browse files
committed
maintenance
- update dependencies - add codeclimate back
1 parent ad0ae85 commit a21cd49

3 files changed

Lines changed: 13 additions & 7 deletions

File tree

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.jscsrc
21
.jshintrc
32
.editorconfig
43
test

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ language: node_js
22

33
node_js:
44
- iojs
5-
- 0.12
6-
- 0.11
75
- 0.10
6+
- 0.11
7+
- 0.12
88

99
script: npm run travis
1010

package.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,27 @@
99
"bin": "./bin/httpsnippet",
1010
"keywords": [
1111
"api",
12+
"csharp",
1213
"curl",
1314
"go",
1415
"har",
1516
"http",
1617
"httpie",
1718
"java",
19+
"javascript",
20+
"jquery",
21+
"objc",
1822
"objective-c",
1923
"ocaml",
2024
"php",
2125
"python",
2226
"request",
2327
"requests",
2428
"ruby",
29+
"shell",
2530
"snippet",
2631
"swift",
32+
"swift",
2733
"unirest",
2834
"xhr",
2935
"xmlhttprequest"
@@ -45,7 +51,8 @@
4551
"scripts": {
4652
"test": "standard && mocha --no-timeouts --reporter spec --fgrep 'Request Validation' --invert",
4753
"travis": "standard && mocha --no-timeouts --reporter spec",
48-
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --fgrep 'Request Validation' --invert"
54+
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --fgrep 'Request Validation' --invert",
55+
"codeclimate": "codeclimate < coverage/lcov.info"
4956
},
5057
"standard": {
5158
"ignore": [
@@ -55,10 +62,10 @@
5562
"devDependencies": {
5663
"codeclimate-test-reporter": "0.0.4",
5764
"glob": "^5.0.3",
58-
"istanbul": "^0.3.8",
65+
"istanbul": "^0.3.13",
5966
"mocha": "^2.2.1",
6067
"should": "^5.2.0",
61-
"standard": "^3.2.0"
68+
"standard": "^3.3.0"
6269
},
6370
"dependencies": {
6471
"async": "^0.9.0",
@@ -67,7 +74,7 @@
6774
"debug": "^2.1.3",
6875
"event-stream": "^3.3.0",
6976
"form-data": "^0.2.0",
70-
"har-validator": "^1.2.0",
77+
"har-validator": "^1.5.1",
7178
"require-directory": "^2.1.0"
7279
}
7380
}

0 commit comments

Comments
 (0)