Skip to content

Commit

Permalink
Update package.json (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBitz authored Oct 15, 2024
1 parent 974a4fe commit d6507c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d6507c7

Please sign in to comment.