diff --git a/packages/stream/package.json b/packages/stream/package.json index 899581895a..bfeeed40bd 100644 --- a/packages/stream/package.json +++ b/packages/stream/package.json @@ -1,8 +1,12 @@ { - "name": "@iov/stream", - "version": "2.3.2", - "description": "Utility functions for producing and consuming Streams", - "author": "IOV SAS ", + "name": "@cosmjs/stream", + "version": "0.20.0", + "description": "Utility functions for producing and consuming streams", + "contributors": [ + "IOV SAS ", + "Confio UO ", + "Will Clark " + ], "license": "Apache-2.0", "main": "build/index.js", "types": "types/index.d.ts", @@ -15,14 +19,15 @@ ], "repository": { "type": "git", - "url": "https://github.com/iov-one/iov-core/tree/master/packages/iov-stream" + "url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/stream" }, "publishConfig": { "access": "public" }, "scripts": { "docs": "shx rm -rf docs && typedoc --options typedoc.js", - "lint": "eslint --max-warnings 0 \"**/*.{js,ts}\" && tslint -t verbose --project .", + "lint": "eslint --max-warnings 0 \"**/*.{js,ts}\"", + "lint-fix": "eslint --max-warnings 0 \"**/*.{js,ts}\" --fix", "format": "prettier --write --loglevel warn \"./src/**/*.ts\"", "format-text": "prettier --write --prose-wrap always --print-width 80 \"./*.md\"", "test-node": "node jasmine-testrunner.js",