Skip to content

Commit

Permalink
Merge pull request #240 from jama5262/update_pubspec_package_description
Browse files Browse the repository at this point in the history
Update pubspec package description
  • Loading branch information
jama5262 authored Jun 3, 2023
2 parents 812cc4f + 9f335d0 commit 00c0f02
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 00c0f02

Please sign in to comment.