@kushagradhawan/kookie-blocks 0.1.12 → 0.1.13

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 +5 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kushagradhawan/kookie-blocks",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/KushagraDhawan1997/kookie-blocks.git"
@@ -83,6 +83,8 @@
83
83
  "dev:js:esm": "node scripts/esbuild-esm.mjs watch=true",
84
84
  "dev:js:esm:types": "tsc --watch --incremental --outdir dist/esm >/dev/null",
85
85
  "dev:css": "postcss src/styles/index.css -o styles.css --watch",
86
+ "test": "vitest run",
87
+ "test:watch": "vitest",
86
88
  "lint": "pnpm lint:js && pnpm lint:css && pnpm lint:ts",
87
89
  "lint:js": "eslint \"src/**/*.ts*\"",
88
90
  "lint:ts": "tsc --noEmit",
@@ -126,6 +128,7 @@
126
128
  "postcss-nesting": "12.0.2",
127
129
  "stylelint": "16.6.1",
128
130
  "typescript": "^5.7.2",
129
- "typescript-eslint": "^8.18.1"
131
+ "typescript-eslint": "^8.18.1",
132
+ "vitest": "^2.0.0"
130
133
  }
131
134
  }