Skip to content

Commit 448bf1b

Browse files
author
John Campion
committed
build: add packageManager
1 parent 2dda9fa commit 448bf1b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tw-plugin-demo",
33
"private": true,
4-
"packageManager": "^pnpm@8.0.0",
4+
"packageManager": "^pnpm@8.1.0",
55
"version": "0.0.0",
66
"type": "module",
77
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"description": "An updated animation plugin for Tailwind CSS v3",
55
"main": "dist/index.js",
6-
"packageManager": "^pnpm@8.0.0",
6+
"packageManager": "^pnpm@8.1.0",
77
"scripts": {
88
"dev": "tsc --watch & cd ./demo && npm run-script dev",
99
"build": "tsc",

0 commit comments

Comments
 (0)