@sbj42/word-search-generator
Advanced tools
Comparing version 0.1.1 to 0.1.2
"use strict"; | ||
exports.__esModule = true; | ||
exports.generate = void 0; | ||
var WordSearch = /** @class */ (function () { | ||
@@ -4,0 +5,0 @@ function WordSearch(width, height, grid, words) { |
{ | ||
"name": "@sbj42/word-search-generator", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A program to generate word search puzzles", | ||
@@ -25,14 +25,8 @@ "main": "dist/generator.js", | ||
"homepage": "https://github.com/sbj42/maze-generator-core#readme", | ||
"xdevDependencies": { | ||
"gulp": "^3.9.1", | ||
"gulp-typescript": "^3.1.3", | ||
"typescript": "^2.0.10", | ||
"@types/node": "^6.0.49" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^13.13.4", | ||
"@types/node": "^14.14.21", | ||
"gulp": "^4.0.2", | ||
"gulp-typescript": "^6.0.0-alpha.1", | ||
"typescript": "^3.8.3" | ||
"typescript": "^4.1.3" | ||
} | ||
} |
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
138
26291