@hkdigital/lib-sveltekit 0.0.99 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +10 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hkdigital/lib-sveltekit",
3
- "version": "0.0.99",
3
+ "version": "0.1.0",
4
4
  "author": {
5
5
  "name": "HKdigital",
6
6
  "url": "https://hkdigital.nl"
@@ -20,19 +20,19 @@
20
20
  ],
21
21
  "scripts": {
22
22
  "dev": "vite dev",
23
- "build": "cross-env vite build && npm run package",
23
+ "build": "vite build && npm run package",
24
24
  "preview": "vite preview",
25
- "package": "cross-env svelte-kit sync && svelte-package && publint",
26
- "prepublishOnly": "cross-env npm run package",
27
- "publish:npm": "cross-env npm version patch && npm publish --access public && git push",
28
- "check": "cross-env svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
29
- "check:watch": "cross-env svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
25
+ "package": "svelte-kit sync && svelte-package && publint",
26
+ "prepublishOnly": "npm run package",
27
+ "publish:npm": "npm version patch && npm publish --access public && git push",
28
+ "check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
29
+ "check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
30
30
  "format": "prettier --write .",
31
- "lint": "cross-env prettier --check . && eslint .",
31
+ "lint": "prettier --check . && eslint .",
32
32
  "test:unit": "vitest",
33
- "test": "cross-env npm run test:unit -- --run && npm run test:e2e",
33
+ "test": "npm run test:unit -- --run && npm run test:e2e",
34
34
  "test:e2e": "playwright test",
35
- "upgrade:all": "cross-env ncu -u && pnpm install"
35
+ "upgrade:all": "ncu -u && pnpm install"
36
36
  },
37
37
  "files": [
38
38
  "dist",
@@ -73,7 +73,6 @@
73
73
  "@tailwindcss/typography": "^0.5.16",
74
74
  "@types/eslint": "^9.6.1",
75
75
  "autoprefixer": "^10.4.20",
76
- "cross-env": "^7.0.3",
77
76
  "eslint": "^9.18.0",
78
77
  "eslint-config-prettier": "^10.0.1",
79
78
  "eslint-plugin-svelte": "^2.46.1",