Tests and fixes to MeanList (#74)

This commit is contained in:
Maciej Hirsz
2018-10-04 17:51:59 +02:00
committed by GitHub
parent 717c5a3ac9
commit b8ad6249ca
3 changed files with 131 additions and 21 deletions
+6 -1
View File
@@ -8,7 +8,8 @@
"scripts": {
"start": "tsc && node build/index.js",
"build": "tsc",
"check": "tsc --noEmit"
"check": "tsc --noEmit",
"test": "node ./test | tap-spec"
},
"dependencies": {
"@types/express": "^4.16.0",
@@ -18,5 +19,9 @@
"iplocation": "^5.0.1",
"typescript": "^2.9.2",
"ws": "5.2.0"
},
"devDependencies": {
"tap-spec": "^5.0.0",
"tape": "^4.9.1"
}
}