update dependencies and various tweaks (#7344)
- 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
This commit is contained in:
parent
c39df04087
commit
68ec7b8be9
4 changed files with 172 additions and 262 deletions
|
@ -1,14 +1,18 @@
|
|||
{
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "9.6.0",
|
||||
"eslint": "5.16.0",
|
||||
"eslint": "6.0.1",
|
||||
"less": "3.9.0",
|
||||
"less-plugin-clean-css": "1.5.1",
|
||||
"postcss-cli": "6.1.2",
|
||||
"stylelint": "10.1.0",
|
||||
"stylelint-config-standard": "18.3.0",
|
||||
"updates": "8.1.0"
|
||||
"updates": "8.2.0"
|
||||
},
|
||||
"browserslist": [
|
||||
"> 1%",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue