-
Notifications
You must be signed in to change notification settings - Fork 3
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
Trails #71
base: dev
Are you sure you want to change the base?
Trails #71
Conversation
Changing TrailNodes in Actions to objects instead of strings
Added actions to hkgraph
package.json
Outdated
@@ -52,7 +52,8 @@ | |||
"ninja-util": "^1.3.1", | |||
"request": "^2.88.0", | |||
"request-promise-native": "^1.0.8", | |||
"shortid": "^2.2.14" | |||
"shortid": "^2.2.14", | |||
"linked-list": "git+ssh://[email protected]:keg-core/linked-list.git" |
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 believe this might be a problem. As this is a public library it should not refer no any private dependency.
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 believe the linked-list dependency should be moved to a public repository before being referenced in this package. One alternative would be to include it within this repository.
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.
Why are we putting an entire project inside hklib instead of using the npm package?
If it is really necessary I would prefer to put this in a util
folder instead of the src root.
No description provided.