0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

(fix): clean up test scripts, remove old dependencies

This commit is contained in:
Juan Picado @jotadeveloper 2017-07-01 09:07:16 +02:00
parent 9640730d6c
commit 559d4c0ece
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -44,9 +44,7 @@
"devDependencies": {
"browserify": "^13.0.0",
"browserify-handlebars": "^1.0.0",
"codacy-coverage": "^2.0.2",
"codecov": "^2.2.0",
"coveralls": "^2.13.0",
"eslint": "^3.19.0",
"eslint-config-google": "^0.7.1",
"grunt": "^1.0.1",
@ -74,9 +72,8 @@
"scripts": {
"test": "npm run lint && mocha ./test/functional ./test/unit",
"test:coverage": "nyc mocha -R spec ./test/functional ./test/unit",
"coverage:coveralls": "nyc report --reporter=text-lcov | coveralls",
"coverage:html": "nyc report --reporter=text-lcov",
"coverage:codecov": "nyc report --reporter=lcov | codecov",
"coverage:codacy": "nyc report --reporter=lcov && cat coverage/lcov.info | codacy-coverage",
"test-travis": "npm run lint && npm run test:coverage",
"test-only": "mocha ./test/functional ./test/unit",
"lint": "eslint .",