Skip to content

Commit

Permalink
chore: correct package name for yarn-modern-pnp example (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Aug 23, 2023
1 parent a55856e commit 5d39422
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions examples/yarn-modern-pnp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-yarn-modern",
"version": "1.0.0",
"description": "Use modern yarn with pnp",
"name": "example-yarn-modern-pnp",
"version": "2.0.0",
"description": "Use Yarn Modern with Plug'n'Play (pnp)",
"scripts": {
"test": "cypress run"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/yarn-modern-pnp/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -560,9 +560,9 @@ __metadata:
languageName: node
linkType: hard

"example-yarn-modern@workspace:.":
"example-yarn-modern-pnp@workspace:.":
version: 0.0.0-use.local
resolution: "example-yarn-modern@workspace:."
resolution: "example-yarn-modern-pnp@workspace:."
dependencies:
cypress: 12.17.3
languageName: unknown
Expand Down

0 comments on commit 5d39422

Please sign in to comment.