Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Commit

Permalink
Import comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Fi1osof committed Nov 12, 2018
1 parent 533cd93 commit 87bb231
Show file tree
Hide file tree
Showing 4 changed files with 475 additions and 15 deletions.
3 changes: 3 additions & 0 deletions __tests__/module/schema/index.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const requiredTypes = [
fields: {
both: [
"id",
"image",
"oldID",
"Imports",
],
Expand All @@ -75,6 +76,8 @@ const requiredTypes = [
"searchable",
"Topics",
"Blog",
"class_key",
"template",
],
prisma: [
],
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@
"@prisma-cms/prisma-module": "latest",
"@prisma-cms/prisma-processor": "latest",
"chalk": "^2.4.1",
"draft-js": "^0.10.5",
"jsdom": "^13.0.0",
"knex": "^0.15.2",
"merge-graphql-schemas": "latest",
"mysql": "^2.16.0"
"mysql": "^2.16.0",
"react": "^16.6.1",
"react-dom": "^16.6.1"
},
"devDependencies": {
"@prisma-cms/server": "latest",
Expand Down
Loading

0 comments on commit 87bb231

Please sign in to comment.