-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(ci): prettier & always include latest built version #2
Conversation
What does "code-neutral" mean here? a bit lost with the problem definition so I cannot review if the changes make sense. |
it means no functional changes :) |
LICENSE
Outdated
@@ -1,6 +1,6 @@ | |||
MIT License | |||
|
|||
Copyright (c) 2020 Weyert de Boer |
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 dont think this is allowed, you'd need to keep the original one
https://www.tldrlegal.com/license/mit-license
import { processEvent } from '../plugin' | ||
import { processEvent, UserAgentMetaInput } from '../plugin' | ||
|
||
function makeMeta(options?: { |
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.
Nice refactoring to avoid code dupe.
a small PR so we can check we can deploy a change that builds the same code as the last version safely
building up confidence for working towards #4