Skip to content

Commit

Permalink
fixPathForIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelbrui committed Jul 24, 2023
1 parent e08549c commit 2d84fcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions packages/integrations/gei-crud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gei-crud",
"version": "0.0.8",
"description": "GraphQL Editor integration for stucco. Allows basic crud operations and relations.",
"main": "index.js",
"main": "lib/index.js",
"private": false,
"scripts": {
"start": "gecli dev",
Expand All @@ -12,7 +12,8 @@
"temp-db": "docker run -p 27017:27017 --rm mongo",
"prepack": "gecli gei integrate",
"postpack": "rm stucco.json",
"integrate": "gecli gei integrate"
"integrate": "gecli gei integrate",
"publish": "gecli gei publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2d84fcf

Please sign in to comment.