-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 npm dependencies and various tweaks #7344
Conversation
- ran `make npm-update` - ran `make js`, fixed new lint issue - ran `make css`, this added back some vendor prefixes - added `engines` property to package.json to specify minimum required Node.js version - added `private` property to package.json to prevent accidential publishing to npm
.tab-size-13{-moz-tab-size:13!important;-o-tab-size:13!important;tab-size:13!important} | ||
.tab-size-14{-moz-tab-size:14!important;-o-tab-size:14!important;tab-size:14!important} | ||
.tab-size-15{-moz-tab-size:15!important;-o-tab-size:15!important;tab-size:15!important} | ||
.tab-size-16{-moz-tab-size:16!important;-o-tab-size:16!important;tab-size:16!important} |
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.
@zeripath they are back again, and should hopefully stay now that we lock dependencies.
Codecov Report
@@ Coverage Diff @@
## master #7344 +/- ##
==========================================
- Coverage 41.25% 41.25% -0.01%
==========================================
Files 467 467
Lines 63291 63291
==========================================
- Hits 26113 26108 -5
- Misses 33762 33767 +5
Partials 3416 3416
Continue to review full report at Codecov.
|
- ran `make npm-update` - ran `make js`, fixed new lint issue - ran `make css`, this added back some vendor prefixes - added `engines` property to package.json to specify minimum required Node.js version - added `private` property to package.json to prevent accidential publishing to npm
make npm-update
make js
, fixed new lint issuemake css
, this added back some vendor prefixesengines
property to package.json to specify minimum required Node.js versionprivate
property to package.json to prevent accidential publishing to npm