Skip to content

Commit

Permalink
Merge pull request #93 from clarakosi/update-dependencies
Browse files Browse the repository at this point in the history
Updated dependencies
  • Loading branch information
Pchelolo committed Oct 30, 2018
2 parents aa78fb6 + 75b79f8 commit 4c919a1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 84 deletions.
30 changes: 0 additions & 30 deletions .jscs.json

This file was deleted.

3 changes: 0 additions & 3 deletions .jshintignore

This file was deleted.

37 changes: 0 additions & 37 deletions .jshintrc

This file was deleted.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyperswitch",
"version": "0.10.2",
"version": "0.10.3",
"description": "REST API creation framework",
"main": "index.js",
"scripts": {
Expand All @@ -24,30 +24,30 @@
},
"homepage": "https://github.com/wikimedia/hyperswitch",
"dependencies": {
"bluebird": "^3.5.1",
"bluebird": "^3.5.2",
"busboy": "^0.2.14",
"js-yaml": "^3.11.0",
"cassandra-uuid": "^0.0.2",
"js-yaml": "^3.12.0",
"cassandra-uuid": "^0.1.0",
"preq": "^0.5.6",
"swagger-router": "^0.7.1",
"swagger-router": "^0.7.2",
"swagger-ui": "git+https://github.com/wikimedia/swagger-ui#master",
"json-stable-stringify": "^1.0.1",
"ajv": "^6.4.0",
"ajv": "^6.5.4",
"regexp-utils": "^0.3.2"
},
"devDependencies": {
"coveralls": "^3.0.1",
"coveralls": "^3.0.2",
"istanbul": "^0.4.5",
"mocha": "^5.1.1",
"mocha": "^5.2.0",
"mocha-jshint": "^2.3.1",
"mocha-lcov-reporter": "^1.3.0",
"nock": "^9.2.5",
"service-runner": "^2.6.1",
"service-runner": "^2.6.4",
"mocha-eslint": "^4.1.0",
"eslint": "^4.19.1",
"eslint-config-node-services": "^2.2.5",
"eslint-config-wikimedia": "^0.5.0",
"eslint-plugin-jsdoc": "^3.6.3",
"eslint-plugin-json": "^1.2.0"
"eslint-plugin-jsdoc": "^3.9.1",
"eslint-plugin-json": "^1.2.1"
}
}
3 changes: 0 additions & 3 deletions test/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
'use strict';


// Run jshint as part of normal testing
require('mocha-jshint')();
// Run eslint as part of normal testing
require('mocha-eslint')([ './lib', 'index.js' ]);

0 comments on commit 4c919a1

Please sign in to comment.