Skip to content
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

Change dependencies that are actually required at runtime from devDependencies to dependencies #23

Merged
merged 1 commit into from Jul 10, 2019
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Change dependencies that are actually required at runtime from devDep…

…endencies to dependencies
  • Loading branch information
pipboy96 committed Jul 10, 2019
commit 41fe8ce5c1bc6c0a235ee71b03bd315cebc589d1
@@ -2,10 +2,12 @@
"name": "https-everywhere-builder",
"version": "6.0.0",
"description": "https everywhere ruleset builder for Brave",
"devDependencies": {
"dependencies": {
"commander": "^2.11.0",
"level": "^5.0.1",
"s3-client": "^4.4.2",
"s3-client": "^4.4.2"
},
"devDependencies": {
"standard": "^12.0.1"
},
"scripts": {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.