Skip to content

Commit

Permalink
SBERDOMA-121 add required main for next-transpile-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
pahaz committed Apr 10, 2021
1 parent 192e1a3 commit 2b9e7d5
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 0 deletions.
Empty file added apps/condo/domains/index.js
Empty file.
1 change: 1 addition & 0 deletions apps/condo/domains/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@condo/domains",
"private": true,
"main": "./index.js",
"version": "1.0.0"
}
Empty file.
1 change: 1 addition & 0 deletions packages/@core.keystone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@core/keystone",
"version": "1.0.0",
"main": "./index.js",
"dependencies": {
"@keystonejs/adapter-knex": "^13.2.0",
"@keystonejs/adapter-mongoose": "^11.2.0",
Expand Down
Empty file added packages/@core.next/index.js
Empty file.
1 change: 1 addition & 0 deletions packages/@core.next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@core/next",
"version": "1.0.0",
"main": "./index.js",
"dependencies": {
"@apollo/client": "^3.3.14",
"apollo-upload-client": "^14.1.3",
Expand Down

0 comments on commit 2b9e7d5

Please sign in to comment.