Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 445578b

Browse files
committed
removed backend tests
1 parent a0decc0 commit 445578b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "getstream-node",
33
"version": "1.3.0",
44
"description": "Build newsfeeds and activity feeds on node.js using getstream.io",
5-
"author": "Tommaso Barbugli <[email protected]> (http://getstream.io/)",
5+
"author": "getstream.io <[email protected]> (https://getstream.io/)",
66
"contributors": [
77
{
88
"name": "Mario Delgado",
@@ -32,7 +32,7 @@
3232
"better-assert": ">=1.0.0"
3333
},
3434
"scripts": {
35-
"test": "STREAM_URL='https://key:[email protected]/?app_id=42' NODE_ENV=test ./node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha test/backends test",
35+
"test": "STREAM_URL='https://key:[email protected]/?app_id=42' NODE_ENV=test ./node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha test",
3636
"preversion": "npm test",
3737
"postversion": "git push && git push --tags"
3838
},

0 commit comments

Comments
 (0)