Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jaime-ez committed Jan 29, 2021
1 parent 20cb971 commit 6dbbb93
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepstream/server",
"version": "5.1.7",
"version": "5.1.9-rc.1",
"description": "a scalable server for realtime webapps",
"main": "./dist/src/deepstream.io.js",
"bin": {
Expand Down Expand Up @@ -113,9 +113,6 @@
"homepage": "http://deepstream.io",
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm run tsc",
"pre-push": "npm run tsc && npm t && npm run e2e -- --fail-fast && npm run e2e:uws -- --fail-fast && sh scripts/package.sh true true && node scripts/node-test.js",
"pre-publish": "npm run tsc"
}
},
"nyc": {
Expand Down

0 comments on commit 6dbbb93

Please sign in to comment.