WiP: dictionary stuff (dictionary-tree)
Showing
... | @@ -31,7 +31,8 @@ | ... | @@ -31,7 +31,8 @@ |
"test:production:testMinified": "cd generated/minified/ && ava", | "test:production:testMinified": "cd generated/minified/ && ava", | ||
"test:production:clean": "rm -rf generated/minified/*.test.mjs", | "test:production:clean": "rm -rf generated/minified/*.test.mjs", | ||
"test:production:minified2npm": "cp -rf generated/minified/* generated/npm/", | "test:production:minified2npm": "cp -rf generated/minified/* generated/npm/", | ||
"watch": "chokidar src/* -c \"npm run test:dev:runTests 2>/dev/null\"" | "watch": "chokidar src/* -c \"npm run test:dev:runTests\"", | ||
"watch2null": "chokidar src/* -c \"npm run test:dev:runTests 2>/dev/null\"" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@thi.ng/base-n": "^0.1.6", | "@thi.ng/base-n": "^0.1.6", | ||
... | ... |
src/dictionary-tree.mjs
0 → 100644
src/dictionary-tree.test.mjs
0 → 100644
Please register or sign in to comment