Allow line breaks

This commit is contained in:
aet
2021-12-28 03:12:36 -05:00
parent 82327da031
commit 5883adc2c1
2 changed files with 6 additions and 2 deletions

View File

@ -7,7 +7,8 @@
"scripts": {
"design": "marked -o design.html < design.md",
"test": "node --expose-gc node_modules/mocha/bin/_mocha test/**/*.test.ts",
"repl": "node -r ts-node/register/transpile-only src/repl.ts"
"repl": "node -r ts-node/register/transpile-only src/repl.ts",
"bundle": "cd packages/web && yarn bundle"
},
"devDependencies": {
"@types/chai": "^4.3.0",