Skip to content

Commit 9e3fa4f

Browse files
committed
and putting back again per @ftyers
1 parent 1f806ae commit 9e3fa4f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@
1616
"moment": "^2.24.0",
1717
"morgan": "^1.9.1",
1818
"nocache": "^2.0.0",
19-
"notatrix": "file:notatrix",
2019
"request": "^2.88.0",
2120
"socket.io": "^2.2.0",
2221
"socket.io-cookie-parser": "^1.0.0",
23-
"sqlite3": "^4.0.6",
2422
"tsify": "^5.0.4",
2523
"underscore": "^1.9.1",
2624
"uuid": "^3.3.2"
@@ -69,8 +67,6 @@
6967
"scripts": {
7068
"build": "gulp",
7169
"build-watch": "gulp && gulp watch",
72-
"server": "ts-node src/server/app.ts",
73-
"dev-server": "nodemon src/server/app.ts --ignore corpora",
7470
"test": "mocha -r ts-node/register --max-old-space-size=8192 test/notatrix/index.js",
7571
"coverage": "nyc mocha -r ts-node/register --max-old-space-size=8192 test/notatrix/index.js"
7672
},

0 commit comments

Comments
 (0)