diff --git a/README.md b/README.md index dbfc81b1..e2b73223 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
Utility functions for working with TypeScript's API. - Based on the wonderful tsutils. + Successor to the wonderful tsutils.
diff --git a/package.json b/package.json index f7f28a09..9647f014 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ts-api-utils", "version": "0.0.20", - "description": "Utility functions for working with TypeScript's API. Based on the wonderful tsutils.", + "description": "Utility functions for working with TypeScript's API. Successor to the wonderful tsutils.", "repository": { "type": "git", "url": "/~https://github.com/JoshuaKGoldberg/ts-api-utils"