Commit Graph

4 Commits

Author SHA1 Message Date
Santhosh Thottingal
619646082c Installing browserify should not update package.json
npm changed their behavior of 'npm install'. See
https://github.com/npm/npm/issues/17010

use --no-save option to avoid package.json changes
2019-08-29 16:16:07 +05:30
Niklas Laxström
438c59cc65 fetch-language-data.sh: Improve and made CWD-independent 2018-03-05 18:25:57 +05:30
Santhosh Thottingal
2a77df6c41 Use eslint and stylelint, fix all errors (#282)
* Use eslint and stylelint, fix all errors

* Remove jshint, jsbeautify
* Use Object.keys directly since that is available in all major browsers
* Fixes for eslint, stylelint errors
* stylelint is not included in grunt test yet because jquery.uls.mobile.css
  has so many !important and need to figure out whether they are really needed
2018-01-04 15:58:35 +02:00
Santhosh Thottingal
6d6a1326b5 Use wikimedia/language-data node module for data
Now that we have this node module, let us use that as upstream
for data
2017-08-28 17:46:09 +05:30