diff --git a/package.json b/package.json index 4e45a3f..291ca3f 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,17 @@ { "name": "serve-handler", "version": "6.1.5", - "description": "The routing foundation of `serve` and static deployments on Now", + "description": "The routing foundation of `serve`", "main": "src/index.js", "scripts": { "test": "yarn run test-lint && yarn run test-integration", "test-lint": "zeit-eslint --ext .jsx,.js .", "test-integration": "jest --forceExit test/integration.test.js", - "coverage": "nyc report --reporter=text-lcov > coverage.lcov", "lint-staged": "git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint", "build-views": "dottojs -s ./src -d ./src", "prepublishOnly": "yarn run build-views" }, - "repository": "zeit/serve-handler", + "repository": "vercel/serve-handler", "keywords": [ "static", "deployment",