Skip to content

Commit

Permalink
fix: removed invalid pnpm engine
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Feb 11, 2020
1 parent 36a3354 commit 1c37774
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@favware/skip-dependency",
"description": "Skip pesky dependencies with ease",
"author": "@favware",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"homepage": "https://favware.tech",
Expand All @@ -12,7 +12,6 @@
"engines": {
"node": ">=10",
"npm": ">=50",
"pnpm": ">=50",
"yarn": "^1"
},
"repository": {
Expand Down

0 comments on commit 1c37774

Please sign in to comment.