busca-palabras
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "busca-palabras", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "./src/buscapalabrasengine.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -14,4 +14,9 @@ # Word Search Generator | ||
let puzzle = new WordSearch(['one','two','three']); | ||
let puzzle = new WordSearch(['one','two','three','four','five','six','seven','eight','nine','ten']); | ||
puzzle.genera(); | ||
// at this point you can access | ||
// puzzle.parcial | ||
// puzzle.completo | ||
// puzzle.solucion | ||
puzzle.output(); | ||
@@ -18,0 +23,0 @@ parcial: |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42352
58