Skip to content

Commit

Permalink
Update package.json to include files array
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotblackburn committed Feb 6, 2017
1 parent 374f4ef commit bf80b84
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"name": "mdpdf",
"version": "1.0.1",
"version": "1.0.2",
"description": "Markdown to PDF command line converter",
"main": "index.js",
"bin": {
"mdpdf": "bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"bin",
"assets",
"index.js",
"layout.hbs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bluehatbrit/mdpdf.git"
Expand Down

0 comments on commit bf80b84

Please sign in to comment.