diff --git a/packages/sdk38/README.md b/packages/sdk38/README.md index 233b5cbf..a1288990 100644 --- a/packages/sdk38/README.md +++ b/packages/sdk38/README.md @@ -6,7 +6,6 @@ A client library for the Cosmos SDK 0.38. ## 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/sdk38/package.json b/packages/sdk38/package.json index ee3aaa28..5d2b6087 100644 --- a/packages/sdk38/package.json +++ b/packages/sdk38/package.json @@ -23,6 +23,7 @@ "scripts": { "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",