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

Update pubspec package description #240

Merged
merged 1 commit into from Jun 3, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Expand Up @@ -26,7 +26,7 @@ If applicable, add screenshots to help explain your problem.
<!--- Go over all the following points, and put an `x` in all the boxes that apply. Ex. `[x]` -->

- [ ] Wrote additional tests, if needed
- [ ] All tests have passed
- [ ] All tests have passed, you can find the scripts from the `./bin` folder
- [ ] I have updated the documentation accordingly, if needed.

**Additional Information**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@
[![Pub Version](https://img.shields.io/badge/pub.dev-v6.1.0-blue)](https://pub.dev/packages/jiffy/versions/6.1.0)
![Platform](https://img.shields.io/badge/platform-flutter%7Cweb%7Cdart%20vm-orange)

Jiffy is a Flutter (Android, IOS and Web) date time package inspired by [momentjs](https://momentjs.com/) for parsing, manipulating, querying and formatting dates
Jiffy is a Flutter (Android, IOS and Web) date time package for parsing, manipulating, querying and formatting dates and time

### [Full Documentation](./doc) | [API Reference](https://pub.dev/documentation/jiffy/latest/jiffy/Jiffy-class.html) | [Installation](https://pub.dev/packages/jiffy/install) | [ChangeLog](https://pub.dev/packages/jiffy/changelog) | [Examples](https://pub.dev/packages/jiffy/example)

Expand Down
3 changes: 1 addition & 2 deletions doc/README.md
@@ -1,8 +1,7 @@
# Jiffy

Jiffy is a Flutter (Android, IOS and Web) date time
package inspired by [momentjs](https://momentjs.com/) for parsing,
manipulating, querying and formatting dates
package for parsing, manipulating, querying and formatting dates

# Parsing
### Now
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,5 +1,5 @@
name: jiffy
description: Jiffy is a date dart package inspired by momentjs for parsing, manipulating and formatting dates
description: Jiffy is a date time dart package for parsing, manipulating, querying and formatting dates and time
version: 6.2.0
homepage: https://github.com/jama5262/jiffy
repository: https://github.com/jama5262/jiffy
Expand Down