Allow line breaks
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user