Skip to content

Commit

Permalink
Explicitly set files to publish to npm. Ref gruntjs/gruntjs.com#65
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Dec 15, 2013
1 parent 2e2ab74 commit 32e7bd4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,9 @@
"dependencies": {
"shelljs": "~0.2.6",
"semver": "~2.1.0"
}
},
"files": [
"tasks",
"LICENSE-MIT"
]
}

0 comments on commit 32e7bd4

Please sign in to comment.