Skip to content

Commit 8e51e1d

Browse files
author
Ivan Demidov
committed
Fixed #28, added files to pkg.json
1 parent 67eb816 commit 8e51e1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.0.5",
44
"description": "A attribute selector prefixer for postcss",
55
"main": "./lib/index.js",
6+
"files": "./lib/index.js",
67
"scripts": {
78
"test": "eslint --format=node_modules/eslint-formatter-pretty ./src/*.js ./test/*.js && nyc ava",
89
"clean": "rm -rf lib && mkdir lib",

0 commit comments

Comments
 (0)