Skip to content

Commit 8036983

Browse files
committed
Merge pull request #23 from SimenB/package.json-files
Use `files` in package.json
2 parents 3316316 + dc6dcdd commit 8036983

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "0.1.5",
44
"description": "CSSLint plugin for gulp",
55
"main": "index.js",
6+
"files": [
7+
"index.js"
8+
],
69
"dependencies": {
710
"csslint": "^0.10.0",
811
"event-stream": "^3.3.0",

0 commit comments

Comments
 (0)