-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
33 lines (33 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "Feature-Override-Styles",
"title": "Feature Override Styles",
"version": "2.0.12",
"author": "StylishThemes and contributors",
"license": "MIT",
"contributors": [
{
"name": "The Community Contributors",
"url": "https://github.com/StylishThemes/Feature-Override-Styles/graphs/contributors"
}
],
"repository": "StylishThemes/Feature-Override-Styles",
"homepage": "https://github.com/StylishThemes/Feature-Override-Styles",
"bugs": {
"url": "https://github.com/StylishThemes/Feature-Override-Styles/issues"
},
"devDependencies": {
"stylelint": "^14.8.2",
"stylelint-config-standard": "^25.0.0",
"updates": "^13.0.5",
"versions": "^9.2.3"
},
"scripts": {
"patch": "versions -p -C patch *.user.css",
"minor": "versions -p -C minor *.user.css",
"major": "versions -p -C major *.user.css",
"lint": "stylelint --color -- *.user.css",
"lintfix": "stylelint --color --fix -- *.user.css",
"test": "npm run lint",
"update": "updates -cu && npm install"
}
}