Skip to content

Commit

Permalink
馃悰 Export package.json (#3066)
Browse files Browse the repository at this point in the history
fix: export package.json for packages
  • Loading branch information
matinzd committed Jul 26, 2022
1 parent e880b0b commit a6c154d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .yarn/versions/9e221cf1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
releases:
"@fast-check/ava": patch
"@fast-check/jest": patch
fast-check: patch

declined:
- "@fast-check/monorepo"
1 change: 1 addition & 0 deletions packages/ava/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "commonjs",
"main": "lib/ava-fast-check.js",
"exports": {
"./package.json": "./package.json",
".": {
"require": "./lib/ava-fast-check.js",
"import": "./lib/esm/ava-fast-check.js",
Expand Down
1 change: 1 addition & 0 deletions packages/fast-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "commonjs",
"main": "lib/fast-check.js",
"exports": {
"./package.json": "./package.json",
".": {
"require": "./lib/fast-check.js",
"types": "./lib/types/fast-check.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "commonjs",
"main": "lib/jest-fast-check.js",
"exports": {
"./package.json": "./package.json",
".": {
"require": "./lib/jest-fast-check.js",
"import": "./lib/esm/jest-fast-check.js",
Expand Down

0 comments on commit a6c154d

Please sign in to comment.