-
Notifications
You must be signed in to change notification settings - Fork 13
Feature/revise pkg download #374
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ | |
"cheerio": "^0.20.0", | ||
"connect-flash": "^0.1.1", | ||
"connect-redis": "^3.1.0", | ||
"csv-js": "^1.0.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @ludov04 Seems like I already did that There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jhoobergs I missed it somehow, but There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @ludov04 |
||
"dateformat": "^1.0.12", | ||
"db-migrate": "^0.10.0-beta.12", | ||
"db-migrate-mysql": "^1.1.7", | ||
|
@@ -51,6 +52,7 @@ | |
"passport-local": "^1.0.0", | ||
"rc": "1.0.1", | ||
"redis": "^2.6.2", | ||
"request": "^2.81.0", | ||
"sails": "~0.12.11", | ||
"sails-hook-sequelize": "^1.0.1", | ||
"sails-hook-sequelize-blueprints": "^0.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.
you need to also add thoses package to package.json
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 removed it when removing other packages I added but didn't need eventually