Skip to content

Commit

Permalink
fix: remove redundant module key from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Apr 30, 2021
1 parent 920e7ab commit 58a5d46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [10.x, 12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -3,12 +3,9 @@
"version": "0.0.0-semantically-released",
"description": "GraphQL schema builder from different data sources with middleware extensions.",
"files": [
"lib",
"esm",
"mjs"
"lib"
],
"main": "lib/index.js",
"module": "mjs/index.mjs",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
Expand Down

0 comments on commit 58a5d46

Please sign in to comment.