We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7fe9c8 commit 57bd48bCopy full SHA for 57bd48b
packages/client/package.json
@@ -13,7 +13,6 @@
13
"module": "dist/index.js",
14
"types": "dist/index.d.ts",
15
"scripts": {
16
- "version": "./scripts/update-constants-file.sh",
17
"typecheck": "tsc --noEmit",
18
"type:generate": "tsc --declaration -p tsconfig.build.json",
19
"build": "vite build --config ../../vite.config.ts && pnpm run type:generate && tsc-alias -p tsconfig.build.json",
@@ -28,7 +27,7 @@
28
27
"repository": {
29
"type": "git",
30
"url": "https://github.com/scaleway/scaleway-sdk-js",
31
- "directory": "packages/clients"
+ "directory": "packages/client"
32
},
33
"engines": {
34
"node": ">=18.0"
0 commit comments