Skip to content

Commit

Permalink
repo transfer renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
nicgirault committed Aug 19, 2023
1 parent 8d759be commit ccf5ca0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# express-crud-router

[![codecov](https://codecov.io/gh/lalalilo/express-crud-router/branch/master/graph/badge.svg)](https://codecov.io/gh/lalalilo/express-crud-router) [![CircleCI](https://circleci.com/gh/lalalilo/express-crud-router.svg?style=svg)](https://circleci.com/gh/lalalilo/express-crud-router)
[![codecov](https://codecov.io/gh/nicgirault/express-crud-router/branch/master/graph/badge.svg)](https://codecov.io/gh/nicgirault/express-crud-router) [![CircleCI](https://circleci.com/gh/nicgirault/express-crud-router.svg?style=svg)](https://circleci.com/gh/nicgirault/express-crud-router)

Expose resource CRUD (Create Read Update Delete) routes in your Express app. Compatible with [React Admin Simple Rest Data Provider](https://github.com/marmelab/react-admin/tree/master/packages/ra-data-simple-rest). The lib is ORM agnostic. [List of existing ORM connectors](https://www.npmjs.com/search?q=keywords:express-crud-router-connector).

Expand Down Expand Up @@ -236,3 +236,7 @@ feat: my commit
BREAKING CHANGE: detail here
```

## Thanks

Thank you to [Lalilo](https://www.welcometothejungle.com/fr/companies/lalilo) who made this library live.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "./lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/lalalilo/express-crud-router.git"
"url": "git+https://github.com/nicgirault/express-crud-router.git"
},
"author": "nicgirault <nic.girault@gmail.com>",
"keywords": [
Expand All @@ -20,9 +20,9 @@
"express"
],
"bugs": {
"url": "https://github.com/lalalilo/express-crud-router/issues"
"url": "https://github.com/nicgirault/express-crud-router/issues"
},
"homepage": "https://github.com/lalalilo/express-crud-router#readme",
"homepage": "https://github.com/nicgirault/express-crud-router#readme",
"license": "MIT",
"scripts": {
"build": "rimraf lib && babel src -d lib --extensions '.ts' && tsc",
Expand Down

0 comments on commit ccf5ca0

Please sign in to comment.