Skip to content

Commit

Permalink
Cleanup package.json (graphql#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov authored and jliu670 committed Aug 14, 2020
1 parent 4774a14 commit 2a8a84a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.8.0",
"description": "Production ready GraphQL HTTP middleware.",
"license": "MIT",
"homepage": "https://github.com/graphql/express-graphql",
"bugs": {
"url": "https://github.com/graphql/express-graphql/issues"
},
Expand Down Expand Up @@ -31,11 +32,9 @@
"dist",
"types/index.d.ts",
"README.md",
"LICENSE",
"PATENTS"
"LICENSE"
],
"scripts": {
"prepublish": ". ./resources/prepublish.sh",
"test": "npm run prettier:check && npm run lint && npm run check && npm run testonly",
"test:ci": "yarn check --integrity && npm run prettier:check && npm run lint && npm run check && npm run testonly:cover && npm run build",
"testonly": "mocha src/**/__tests__/**/*.js",
Expand Down
21 changes: 0 additions & 21 deletions resources/prepublish.sh

This file was deleted.

0 comments on commit 2a8a84a

Please sign in to comment.