Skip to content

Commit

Permalink
Fixed #28, added files to pkg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Demidov committed May 19, 2016
1 parent 67eb816 commit 8e51e1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.5",
"description": "A attribute selector prefixer for postcss",
"main": "./lib/index.js",
"files": "./lib/index.js",
"scripts": {
"test": "eslint --format=node_modules/eslint-formatter-pretty ./src/*.js ./test/*.js && nyc ava",
"clean": "rm -rf lib && mkdir lib",
Expand Down

0 comments on commit 8e51e1d

Please sign in to comment.