Skip to content

Commit

Permalink
updated prisma-binding
Browse files Browse the repository at this point in the history
  • Loading branch information
schickling committed May 9, 2018
1 parent ca5d3a3 commit 238b0b0
Show file tree
Hide file tree
Showing 5 changed files with 7,453 additions and 4,829 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ dist
package-lock.json
node_modules
.idea
*.log
.graphcoolrc
**/.DS_Store
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
"dev": "npm-run-all --parallel start playground",
"start": "nodemon -e ts,graphql -x ts-node -r dotenv/config src/index.ts",
"playground": "graphql playground",
"build": "rm -rf dist && graphql prepare && tsc",
"build": "rm -rf dist && graphql codegen && tsc",
"prisma": "prisma"
},
"dependencies": {
"bcryptjs": "2.4.3",
"graphql-yoga": "1.13.1",
"jsonwebtoken": "8.2.1",
"prisma-binding": "^1.6.0-beta.15"
"prisma-binding": "^1.6.0-beta.17"
},
"devDependencies": {
"@types/bcryptjs": "2.4.1",
"dotenv": "5.0.1",
"graphql-cli": "^2.16.0-beta.6",
"nodemon": "1.17.3",
"npm-run-all": "4.1.2",
"prisma": "1.7.4",
"ts-node": "5.0.1",
"nodemon": "1.17.4",
"npm-run-all": "4.1.3",
"prisma": "1.8.0",
"ts-node": "6.0.3",
"typescript": "2.8.3"
},
"prettier": {
Expand Down
3 changes: 1 addition & 2 deletions prisma/prisma.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#endpoint: ${env:PRISMA_ENDPOINT}
endpoint: https://eu1.prisma.sh/demo/airbnb/dev
endpoint: ${env:PRISMA_ENDPOINT}

datamodel: datamodel.graphql

Expand Down
Loading

0 comments on commit 238b0b0

Please sign in to comment.