-
Notifications
You must be signed in to change notification settings - Fork 25
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 RecordService import #87
Conversation
Oops need to update pkg ver |
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.
Looks good, just need to remove the ci
dependency I think
package.json
Outdated
@@ -33,6 +33,7 @@ | |||
"author": "@patmood", | |||
"license": "ISC", | |||
"dependencies": { | |||
"ci": "^2.3.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.
I think this is breaking the github actions. Is it necessary?
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.
Uh oh... so sorry about that, I don't remember making this change.
I think I ran npm i ci
by accident instead of npm ci
Just need to update a couple of snapshots with |
Oh you have snapshots! Cool I wasn't aware of that. |
Thanks for the contribution! |
Fixes #86