Skip to content

Commit b085e3d

Browse files
committed
fix: mjs extension in package.json
1 parent 495dcf7 commit b085e3d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"README.md"
99
],
1010
"main": "lib/index.js",
11-
"module": "mjs/index.js",
11+
"module": "mjs/index.mjs",
1212
"repository": {
1313
"type": "git",
1414
"url": "https://github.com/graphql-compose/graphql-compose-pagination.git"
@@ -45,7 +45,7 @@
4545
"eslint-plugin-prettier": "^2.6.1",
4646
"flow-bin": "^0.75.0",
4747
"graphql": "0.13.2",
48-
"graphql-compose": "^4.4.0",
48+
"graphql-compose": "^4.4.1",
4949
"jest": "^23.2.0",
5050
"prettier": "^1.13.6",
5151
"rimraf": "^2.6.2",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2339,9 +2339,9 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.4, graceful-fs@^4.1.6:
23392339
version "4.1.11"
23402340
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
23412341

2342-
graphql-compose@^4.4.0:
2343-
version "4.4.0"
2344-
resolved "https://registry.yarnpkg.com/graphql-compose/-/graphql-compose-4.4.0.tgz#459045017496d63c00051e23d850907bfbf5cede"
2342+
graphql-compose@^4.4.1:
2343+
version "4.4.1"
2344+
resolved "https://registry.yarnpkg.com/graphql-compose/-/graphql-compose-4.4.1.tgz#2f801bb8e70e8601c21a2e52b629a21c6aba35db"
23452345
dependencies:
23462346
babel-runtime "^6.26.0"
23472347
graphql-type-json "^0.2.1"

0 commit comments

Comments
 (0)