Add stylelint-bundle updater
This commit is contained in:
parent
95bba472f9
commit
88ec9c6d9b
|
@ -13,6 +13,7 @@
|
|||
"less": "^3.7.1",
|
||||
"lz-string-unsafe": "^1.4.4-beta",
|
||||
"semver-bundle": "^0.1.0",
|
||||
"stylelint-bundle": "^8.0.0",
|
||||
"updates": "^4.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
@ -45,10 +45,13 @@ const files = {
|
|||
'dist/less.min.js → less.min.js'
|
||||
],
|
||||
'lz-string-unsafe': [
|
||||
'lz-string-unsafe.min.js → lz-string-unsafe.min.js'
|
||||
'lz-string-unsafe.min.js'
|
||||
],
|
||||
'semver-bundle': [
|
||||
'dist/semver.js → semver.js'
|
||||
],
|
||||
'stylelint-bundle': [
|
||||
'stylelint-bundle.min.js'
|
||||
]
|
||||
};
|
||||
|
||||
|
|
5
vendor/stylelint-bundle/README.md
vendored
Normal file
5
vendor/stylelint-bundle/README.md
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
## Stylelint-bundle v0.0.0
|
||||
|
||||
stylelint-bundle installed via npm - source repo:
|
||||
|
||||
https://github.com/openstyles/stylelint-bundle/blob/v0.0.0/stylelint-bundle.min.js
|
Loading…
Reference in New Issue
Block a user