1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

Merge pull request #6178 from marc1706/ticket/16746

[ticket/16746] Update node modules to latest versions
This commit is contained in:
Marc Alexander
2021-04-02 11:20:18 +02:00
committed by GitHub
3 changed files with 19431 additions and 2331 deletions

View File

@@ -12,7 +12,7 @@ set -e
set +x
sudo npm install -g > /dev/null
npm install > /dev/null
npm ci > /dev/null
set -x
node_modules/stylelint/bin/stylelint.js "phpBB/styles/prosilver/theme/*.css"
node_modules/stylelint/bin/stylelint.js "phpBB/adm/style/*.css"

21757
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -105,6 +105,5 @@
"stylelint-order": "4.0.0",
"xo": "^0.33.1",
"yargs-parser": ">=13.1.2"
},
"dependencies": {}
}
}