Skip to content

Commit

Permalink
Merge branch 'feat/standard-api' into fix/anonymous-gql-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Aug 18, 2023
2 parents ff04927 + 6adc652 commit 6ec4b9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ $ pnpm install
$ pnpm start
```

> Please use [PNPM][pnpm-url] while working on this project.
> Please use [PNPM][pnpm-url] version 7.12 while working on this project.
> Guide on how to install a specific PNPM version can be [found here][pnpm-install-guide-url].
## Git workflow

Expand Down Expand Up @@ -270,3 +271,4 @@ $ pnpm build
[pnpm-url]: https://pnpm.io/
[jest-url]: https://jestjs.io
[page-with-url]: https://github.com/kettanaito/page-with
[pnpm-install-guide-url]: https://pnpm.io/7.x/installation#installing-a-specific-version
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "./lib/core/index.js",
"module": "./lib/core/index.mjs",
"types": "./lib/core/index.d.ts",
"packageManager": "[email protected]",
"exports": {
".": {
"types": "./lib/core/index.d.ts",
Expand Down Expand Up @@ -39,7 +40,8 @@
"msw": "cli/index.js"
},
"engines": {
"node": ">=18"
"node": ">=18",
"pnpm": "~7.12"
},
"scripts": {
"start": "tsup --watch",
Expand Down

0 comments on commit 6ec4b9d

Please sign in to comment.