@luckyfoxdesign/sudoku-generator 1.0.0 → 1.0.2

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luckyfoxdesign/sudoku-generator",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "A lightweight Sudoku puzzle generator that creates randomized 9×9 grids using a backtracking algorithm. Generates complete, valid Sudoku boards suitable for games and puzzle applications.",
5
5
  "keywords": [
6
6
  "sudoku",
@@ -39,7 +39,7 @@
39
39
  "scripts": {
40
40
  "build": "node build.mjs",
41
41
  "prepublishOnly": "npm run build",
42
- "test": "node --test test/**/*.test.js"
42
+ "test": "node --test"
43
43
  },
44
44
  "devDependencies": {
45
45
  "esbuild": "^0.27.2"