-
Notifications
You must be signed in to change notification settings - Fork 30
Initial implementation #2
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
Conversation
RavenNumber of Findings: 0 |
…e it easier to follow
- pub run dart_dev test | ||
|
||
after_script: | ||
- pub run dart_dev docs --no-open |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure why you put this in after_script.
(I'm also not sure why after_script even exists)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know why I did either, I was just following a CP library since I am hoping to hand it off to them :)
@@ -0,0 +1,21 @@ | |||
name: platform_detect | |||
description: A lightweight library for detecting the running browser and OS | |||
version: 0.0.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably an opinion, but I think this should be 0.1.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes please!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any objection to 1.0.0 instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was planning to merge this as 0.0.1 and then make a tag PR with Rosie to release 1.0.0
+1 I have nothing but nits. Let me know if you change anything and want a re-review. |
+1 |
Last updated on Friday, October 07 01:52 PM CST |
QA review can be found here: https://jira.atl.workiva.net/browse/RM-15752 |
@maxwellpeterson-wf @evanweible-wf @trentgrover-wf @dustyholmes-wf the owner of browser_detect isn't responding on GitHub or email so decided to spin up our own repo that can do what we want. Would love to see this moved to OSS once CP takes ownership :)