stream: Update package.json

This commit is contained in:
willclarktech 2020-06-24 17:53:19 +02:00
parent 2b02c02a94
commit 7c6a76ce39
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -1,8 +1,12 @@
{
"name": "@iov/stream",
"version": "2.3.2",
"description": "Utility functions for producing and consuming Streams",
"author": "IOV SAS <admin@iov.one>",
"name": "@cosmjs/stream",
"version": "0.20.0",
"description": "Utility functions for producing and consuming streams",
"contributors": [
"IOV SAS <admin@iov.one>",
"Confio UO <hello@confio.tech>",
"Will Clark <willclarktech@users.noreply.github.com>"
],
"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",