Skip to content
Open
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
21 changes: 10 additions & 11 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,22 @@
- [ ] I ensured that the this pull request satisfies all the requirements in the associated task.
- [ ] I performed a self-review.


### Links
### Links

<!-- Attach the the task link. Remove it incase no associated task. -->

- [ClickUp](#task-link-here)

<!--
The main goal of the context video is:
1. Provide enough context for the reviewer which might not be aware
of what this pull request is all about. Try recording a video
showing your work and going though the changes you made. Keep in
mind that the main goal of this pull request is to make it easier
for the reviewer to review your pull request so make sure to
provide as much context as you can. You can upload the context
<!--
The main goal of the context video is:
1. Provide enough context for the reviewer which might not be aware
of what this pull request is all about. Try recording a video
showing your work and going though the changes you made. Keep in
mind that the main goal of this pull request is to make it easier
for the reviewer to review your pull request so make sure to
provide as much context as you can. You can upload the context
video to the recording directory in our google drive.
2. This context also work as a micro-documentation for the codebase.
2. This context also work as a micro-documentation for the codebase.
-->

- [Context Video](#context-video-here)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@
"sharp"
]
},
"packageManager": "[email protected].0+sha256.a69e9cb077da419d47d18f1dd52e207245b29cac6e076acedbeb8be3b1a67bd7"
"packageManager": "[email protected].1+sha512.e519b9f7639869dc8d5c3c5dfef73b3f091094b0a006d7317353c72b124e80e1afd429732e28705ad6bfa1ee879c1fce46c128ccebd3192101f43dd67c667912"
}
2 changes: 2 additions & 0 deletions packages/atlas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"name": "@litespace/atlas",
"description": "LiteSpace API SDK",
"version": "1.0.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
Expand Down
Loading
Loading