accessify-widget 0.2.0 → 0.2.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "accessify-widget",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Accessify-Widget accessibility widget for any website",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/maddesv1-ctrl/accessify-widget",
@@ -36,14 +36,6 @@
36
36
  "dist/",
37
37
  "README.md"
38
38
  ],
39
- "scripts": {
40
- "dev": "vite build --watch",
41
- "build": "vite build && BUILD_WIDGET=true vite build && node scripts/build-loader.js",
42
- "test": "vitest run",
43
- "test:watch": "vitest",
44
- "test:e2e": "playwright test",
45
- "lint": "eslint src/ --ext .ts,.svelte"
46
- },
47
39
  "devDependencies": {
48
40
  "@axe-core/playwright": "^4.9.0",
49
41
  "@playwright/test": "^1.45.0",
@@ -57,5 +49,13 @@
57
49
  },
58
50
  "dependencies": {
59
51
  "axe-core": "^4.9.0"
52
+ },
53
+ "scripts": {
54
+ "dev": "vite build --watch",
55
+ "build": "vite build && BUILD_WIDGET=true vite build && node scripts/build-loader.js",
56
+ "test": "vitest run",
57
+ "test:watch": "vitest",
58
+ "test:e2e": "playwright test",
59
+ "lint": "eslint src/ --ext .ts,.svelte"
60
60
  }
61
- }
61
+ }