diff --git a/packages/proto-signing/README.md b/packages/proto-signing/README.md index 1d83c6e9be..5921ec5d10 100644 --- a/packages/proto-signing/README.md +++ b/packages/proto-signing/README.md @@ -4,7 +4,6 @@ Demo package for protobufs with Cosmos SDK. ## License -This package is part of the cosmjs repository, licensed under the Apache -License 2.0 (see -[NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and +This package is part of the cosmjs repository, licensed under the Apache License +2.0 (see [NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and [LICENSE](https://github.com/CosmWasm/cosmjs/blob/master/LICENSE)). diff --git a/packages/proto-signing/package.json b/packages/proto-signing/package.json index c0046ee817..053907a983 100644 --- a/packages/proto-signing/package.json +++ b/packages/proto-signing/package.json @@ -21,6 +21,7 @@ "scripts": { "docs": "shx rm -rf docs && typedoc --options typedoc.js", "format": "prettier --write --loglevel warn \"./src/**/*.ts\"", + "format-text": "prettier --write --prose-wrap always --print-width 80 \"./*.md\"", "lint": "eslint --max-warnings 0 \"**/*.{js,ts}\"", "lint-fix": "eslint --max-warnings 0 \"**/*.{js,ts}\" --fix", "move-types": "shx rm -rf ./types/* && shx mv build/types/* ./types && rm -rf ./types/testdata && shx rm -f ./types/*.spec.d.ts",