Skip to content

Commit fd0583f

Browse files
author
SGrondin
committed
Merge branch 'master' of github.com:ahmadnassri/httpsnippet
Conflicts: src/targets/ocaml/cohttp.js
2 parents d9e5677 + 4a3bc64 commit fd0583f

46 files changed

Lines changed: 654 additions & 738 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.jscsrc

Lines changed: 0 additions & 64 deletions
This file was deleted.

.jshintrc

Lines changed: 0 additions & 21 deletions
This file was deleted.

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"node": ">=0.12"
99
},
1010
"scripts": {
11-
"test": "mocha --reporter spec",
11+
"test": "standard && mocha --reporter spec",
1212
"coverage": "mocha -r blanket -R mocha-lcov-reporter > test/lcov.info",
1313
"html-cov": "mocha -r blanket -R html-cov > test/coverage.html",
1414
"codeclimate": "codeclimate < test/lcov.info"
@@ -18,6 +18,11 @@
1818
"pattern": "src"
1919
}
2020
},
21+
"standard": {
22+
"ignore": [
23+
"**/test/fixtures/**"
24+
]
25+
},
2126
"repository": {
2227
"type": "git",
2328
"url": "[email protected]:ahmadnassri/httpsnippet"
@@ -43,6 +48,7 @@
4348
"event-stream": "^3.3.0",
4449
"form-data": "^0.2.0",
4550
"har-validator": "^1.1.2",
46-
"require-directory": "^2.1.0"
51+
"require-directory": "^2.1.0",
52+
"standard": "^3.0.0-beta"
4753
}
4854
}

0 commit comments

Comments
 (0)