Skip to content

Commit

Permalink
chore: update package details
Browse files Browse the repository at this point in the history
  • Loading branch information
SiTaggart committed Feb 2, 2023
1 parent c85968a commit b32df28
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Monopeers

<a href="https://www.npmjs.com/package/monopeers">![npm sheild](https://img.shields.io/npm/v/monopeers?style=for-the-badge)</a>

Monopeers is a CLI tool to ensure peer dependencies within a monorepo are correctly listed and hoisted.

## Installation
Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:SiTaggart/monopeers.git"
},
"homepage": "https://github.com/sitaggart/monopeers",
"scripts": {
"build": "tsup",
"build:watch": "tsup --watch",
Expand All @@ -18,7 +24,6 @@
"dist"
],
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@manypkg/get-packages": "1.1.3",
Expand Down

0 comments on commit b32df28

Please sign in to comment.