Skip to content

Commit

Permalink
add missing files to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
mscharl committed May 20, 2016
1 parent 7fc4a5b commit 222c34f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-critical-css",
"version": "1.0.0",
"version": "1.0.1",
"description": "My spectacular gulp plugin",
"license": "MIT",
"repository": "mscharl/gulp-critical-css",
Expand All @@ -16,7 +16,8 @@
"test": "xo && ava"
},
"files": [
"index.js"
"index.js",
"plugins"
],
"keywords": [
"gulpplugin"
Expand Down

0 comments on commit 222c34f

Please sign in to comment.