There was an error while loading. Please reload this page.
1 parent c958cdf commit 328b95bCopy full SHA for 328b95b
1 file changed
packages/stylelint-suitcss/package.json
@@ -2,10 +2,27 @@
2
"name": "stylelint-suitcss",
3
"version": "0.1.0",
4
"description": "A collection of stylelint plugins for SUIT CSS",
5
+ "keywords": [
6
+ "stylelint-plugin",
7
+ "stylelint",
8
+ "css",
9
+ "lint",
10
+ "suitcss"
11
+ ],
12
+ "repository": "suitcss/stylelint-suitcss",
13
+ "bugs": {
14
+ "url": "https://github.com/suitcss/stylelint-suitcss/issues"
15
+ },
16
+ "homepage": "https://github.com/suitcss/stylelint-suitcss",
17
+
18
+ "engines": {
19
+ "node": ">=4"
20
21
"main": "index.js",
22
"scripts": {
23
"lint": "eslint rules utils",
- "test": "ava index.test.js **/test/*.js && npm run lint"
24
+ "pretest": "npm run lint",
25
+ "test": "ava index.test.js **/test/*.js"
26
},
27
"author": "Simon Smith",
28
"license": "MIT",
0 commit comments