diff --git a/README.md b/README.md index 7083306..b413864 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Monopeers +![npm sheild](https://img.shields.io/npm/v/monopeers?style=for-the-badge) + Monopeers is a CLI tool to ensure peer dependencies within a monorepo are correctly listed and hoisted. ## Installation diff --git a/package.json b/package.json index adae148..5d23359 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,14 @@ { "name": "monopeers", - "version": "1.0.1", + "version": "1.0.2", "description": "", "main": "dist/index.js", + "author": "Simon Taggart", + "repository": { + "type": "git", + "url": "git@github.com:SiTaggart/monopeers.git" + }, + "homepage": "https://github.com/sitaggart/monopeers", "scripts": { "build": "tsup", "build:watch": "tsup --watch", @@ -18,7 +24,6 @@ "dist" ], "keywords": [], - "author": "", "license": "ISC", "dependencies": { "@manypkg/get-packages": "1.1.3",