We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2a657 commit 9b87cbaCopy full SHA for 9b87cba
package.json
@@ -17,8 +17,13 @@
17
},
18
"homepage": "https://github.com/hudochenkov/postcss-sorting",
19
"files": [
20
+ "docs",
21
+ "lib",
22
"index.js"
23
],
24
+ "engines": {
25
+ "node": ">=4.0.0"
26
+ },
27
"dependencies": {
28
"lodash": "^4.17.4",
29
"postcss": "^5.2.10"
@@ -29,7 +34,7 @@
34
30
35
"scripts": {
31
36
"test": "ava && eslint index.js lib/*.js test/*.js",
32
- "test2": "ava",
37
+ "ava": "ava",
33
38
"lint": "eslint index.js lib/*.js test/*.js"
39
}
40
0 commit comments