Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: update readme and package json to include author and contributors #547

Merged
merged 2 commits into from
Feb 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Graasp Builder
[![All Contributors](https://img.shields.io/github/all-contributors/graasp/graasp-builder?color=ee8449&style=flat-square)](#contributors)

## Installation

Expand Down Expand Up @@ -42,3 +43,14 @@ REACT_APP_H5P_INTEGRATION_URL=

Run `yarn cypress`. This should run every tests headlessly.
You can run `yarn cypress:open` to access the framework and visually display the tests' processes.

## Contributors

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"version": "0.4.2",
"private": true,
"license": "AGPL-3.0-only",
"author": "Graasp Association",
"contributors": [
"Kim Lan Phan Hoang",
"Basile Spaenlehauer",
"Alexandre Chau"
],
"dependencies": {
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
Expand Down