Skip to content

Commit

Permalink
update package for npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantoine committed May 12, 2021
1 parent c9b18cd commit 62c2546
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@unly/ra-data-graphql-prisma",
"name": "ra-data-graphql-prisma",
"version": "1.0.1",
"description": "A react-admin data provider for Prisma Server",
"scripts": {
Expand Down Expand Up @@ -27,12 +27,12 @@
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/UnlyEd/ra-data-graphql-prisma.git"
"url": "git+https://github.com/marcantoine/ra-data-graphql-prisma.git"
},
"bugs": {
"url": "https://github.com/UnlyEd/ra-data-graphql-prisma/issues"
"url": "https://github.com/marcantoine/ra-data-graphql-prisma/issues"
},
"homepage": "https://github.com/UnlyEd/ra-data-graphql-prisma#readme",
"homepage": "https://github.com/marcantoine/ra-data-graphql-prisma#readme",
"authors": [
"Flavian DESVERNE",
"Marc-Antoine FONNE",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"declaration": true,
"outDir": "lib",
"strict": true,
"removeComments": true
"removeComments": true,
"noImplicitAny": false,
},
"include": [
"src/**/*"
Expand Down

0 comments on commit 62c2546

Please sign in to comment.