Remove unused coveralls npm script

This commit is contained in:
Daniel Imms
2019-05-31 19:23:38 -07:00
parent 65d420486d
commit 3fa55475aa
-1
View File
@@ -49,7 +49,6 @@
"build": "tsc -b ./tsconfig.all.json",
"prepare": "npm run build",
"prepublishOnly": "npm run package",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"watch": "tsc -b -w ./tsconfig.all.json --preserveWatchOutput"
}
}