Skip to content

Commit

Permalink
Merge branch 'feature/proxy-impl' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
moaxaca committed May 25, 2021
2 parents 951a69f + a71ace6 commit fef4248
Show file tree
Hide file tree
Showing 8 changed files with 825 additions and 643 deletions.
Empty file added .github/workflows/push.yaml
Empty file.
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,24 @@
"coveralls": "nyc yarn test && nyc report --reporter=text-lcov | coveralls",
"lint": "eslint --fix --ext .js, .",
"test": "mocha test/**/*.spec.js --config test/setup.js --exit",
"test:integration": "mocha test/integration/*.spec.js --config test/setup.js --exit",
"test:unit": "mocha test/unit/*.spec.js --config test/setup.js --exit",
"version:patch": "npm version patch",
"version:minor": "npm version minor",
"version:major": "npm version major"
},
"dependencies": {
"redis": "^3.1.1",
"redis-commands": "^1.3.1"
"redis": "3.1.2"
},
"devDependencies": {
"@types/node": "^14.0.27",
"@types/redis": "^2.8.25",
"chai": "^4.2.0",
"@types/node": "^15.6.1",
"@types/redis": "^2.8.28",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.1.0",
"dotenv": "^8.2.0",
"eslint": "^7.6.0",
"mocha": "^8.1.0",
"dotenv": "^10.0.0",
"eslint": "^7.27.0",
"mocha": "^8.4.0",
"nyc": "^15.1.0"
}
}
Loading

0 comments on commit fef4248

Please sign in to comment.