Skip to content

Commit 9b87cba

Browse files
committed
Add new data to package.json
1 parent 4d2a657 commit 9b87cba

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,13 @@
1717
},
1818
"homepage": "https://github.com/hudochenkov/postcss-sorting",
1919
"files": [
20+
"docs",
21+
"lib",
2022
"index.js"
2123
],
24+
"engines": {
25+
"node": ">=4.0.0"
26+
},
2227
"dependencies": {
2328
"lodash": "^4.17.4",
2429
"postcss": "^5.2.10"
@@ -29,7 +34,7 @@
2934
},
3035
"scripts": {
3136
"test": "ava && eslint index.js lib/*.js test/*.js",
32-
"test2": "ava",
37+
"ava": "ava",
3338
"lint": "eslint index.js lib/*.js test/*.js"
3439
}
3540
}

0 commit comments

Comments
 (0)