Skip to content

Commit e35f112

Browse files
committed
build: update pnpm version
1 parent 316e81b commit e35f112

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@squarecloud/api",
33
"version": "3.7.9",
44
"description": "A NodeJS wrapper for Square Cloud API",
5+
"type": "module",
56
"main": "./lib/index.cjs",
67
"module": "./lib/index.js",
78
"types": "./lib/index.d.ts",
@@ -20,8 +21,7 @@
2021
"files": [
2122
"lib"
2223
],
23-
"packageManager": "pnpm@10.11.1",
24-
"type": "module",
24+
"packageManager": "pnpm@10.17.0",
2525
"scripts": {
2626
"release": "pnpm build && changeset publish",
2727
"build": "tsup ./src",

0 commit comments

Comments
 (0)