Add: usercss-meta
This commit is contained in:
parent
5f60c519ce
commit
7a24547e09
|
@ -17,7 +17,8 @@
|
||||||
"semver-bundle": "^0.1.1",
|
"semver-bundle": "^0.1.1",
|
||||||
"stylelint-bundle": "^8.0.0",
|
"stylelint-bundle": "^8.0.0",
|
||||||
"stylus-lang-bundle": "^0.54.5",
|
"stylus-lang-bundle": "^0.54.5",
|
||||||
"updates": "^4.2.1"
|
"updates": "^4.2.1",
|
||||||
|
"usercss-meta": "^0.8.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint **/*.js || true",
|
"lint": "eslint **/*.js || true",
|
||||||
|
|
|
@ -28,6 +28,9 @@ const files = {
|
||||||
],
|
],
|
||||||
'stylus-lang-bundle': [
|
'stylus-lang-bundle': [
|
||||||
'stylus.min.js'
|
'stylus.min.js'
|
||||||
|
],
|
||||||
|
'usercss-meta': [
|
||||||
|
'dist/usercss-meta.min.js → usercss-meta.min.js'
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
4
vendor/README.md
vendored
4
vendor/README.md
vendored
|
@ -9,7 +9,8 @@ Using this repo, run `npm install`... the latest versions of:
|
||||||
* `less` (https://github.com/less/less.js) is installed.
|
* `less` (https://github.com/less/less.js) is installed.
|
||||||
* `lz-string-unsafe` (https://github.com/openstyles/lz-string-unsafe) is installed.
|
* `lz-string-unsafe` (https://github.com/openstyles/lz-string-unsafe) is installed.
|
||||||
* `semver-bundle` (https://github.com/openstyles/semver-bundle) is installed.
|
* `semver-bundle` (https://github.com/openstyles/semver-bundle) is installed.
|
||||||
* `stylus-lang` (https://github.com/openstyles/stylus-lang-bundle) is installed.<br><br>
|
* `stylus-lang` (https://github.com/openstyles/stylus-lang-bundle) is installed.
|
||||||
|
* `usercss-meta` (https://github.com/StylishThemes/parse-usercss) is installed.
|
||||||
* The necessary build tools are installed; see `devDependencies` in the `package.json`.
|
* The necessary build tools are installed; see `devDependencies` in the `package.json`.
|
||||||
|
|
||||||
## Running the build script
|
## Running the build script
|
||||||
|
@ -24,6 +25,7 @@ The following changes are made:
|
||||||
* `lz-string-unsafe`: The compressed `lz-string-unsafe.min.js` file is copied directly into `vendor/lz-string-unsafe`.
|
* `lz-string-unsafe`: The compressed `lz-string-unsafe.min.js` file is copied directly into `vendor/lz-string-unsafe`.
|
||||||
* `semver-bundle`: The `dist/semver.js` file is copied directly into `vendor/semver`.
|
* `semver-bundle`: The `dist/semver.js` file is copied directly into `vendor/semver`.
|
||||||
* `stylus-lang-bundle`: The `stylus.min.js` file is copied directly into `vendor/stylus-lang-bundle`.
|
* `stylus-lang-bundle`: The `stylus.min.js` file is copied directly into `vendor/stylus-lang-bundle`.
|
||||||
|
* `usercss-meta`: The `dist/usercss-meta.min.js` file is copied directly into `vendor/usercss-meta`.
|
||||||
|
|
||||||
## Creating the ZIP
|
## Creating the ZIP
|
||||||
|
|
||||||
|
|
22
vendor/usercss-meta/LICENCE
vendored
Normal file
22
vendor/usercss-meta/LICENCE
vendored
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Original code: Copyright (c) Stylus team (github.com/openstyles/stylus)
|
||||||
|
Modified code: Copyright (c) StylishThemes (github.com/StylishThemes/parse-usercss)
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in
|
||||||
|
all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
|
THE SOFTWARE.
|
5
vendor/usercss-meta/README.md
vendored
Normal file
5
vendor/usercss-meta/README.md
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
## usercss-meta v0.8.0
|
||||||
|
|
||||||
|
usercss-meta installed via npm - source repo:
|
||||||
|
|
||||||
|
https://unpkg.com/usercss-meta@0.8.0/dist/usercss-meta.min.js
|
2
vendor/usercss-meta/usercss-meta.min.js
vendored
Normal file
2
vendor/usercss-meta/usercss-meta.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user