Skip to content

Commit 92e7a70

Browse files
committed
chore: remove pnpm
1 parent 75dd796 commit 92e7a70

File tree

4 files changed

+4
-8578
lines changed

4 files changed

+4
-8578
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,14 @@ When a Deno version reaches end-of-life and is no longer receiving security upda
108108
### Unit Testing
109109

110110
```bash
111-
pnpm test
111+
npm test
112112
```
113113

114114
### Integration Testing
115115

116116
```bash
117117
supabase start
118-
pnpm run test:integration
118+
npm run test:integration
119119
```
120120

121121
### Expo Testing

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,5 @@
8686
}
8787
},
8888
"jsdelivr": "dist/umd/supabase.js",
89-
"unpkg": "dist/umd/supabase.js",
90-
"packageManager": "[email protected]+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
89+
"unpkg": "dist/umd/supabase.js"
9190
}

0 commit comments

Comments
 (0)