Updated dependencies.
This diff is collapsed.
... | ... | @@ -17,10 +17,7 @@ |
"test-once:multiple-removal": "cd trees && npm run test-once:multiple-removal", | ||
"test-once:enumeration": "cd trees && npm run test-once:enumeration", | ||
"test-once": "cd trees && npm run test-once", | ||
"test": "run-s test-once", | ||
"start": "cd trees && npm run start", | ||
"build:app": "cd trees && npm run build", | ||
"build": "run-s build:**" | ||
"test": "run-s test-once" | ||
}, | ||
"devDependencies": { | ||
"ghooks": "^2.0.4", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment