Skip to content

Commit

Permalink
added main in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
blai committed Oct 12, 2015
1 parent 5274ded commit a149c87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"email": "[email protected]",
"url": "github.com/blai/react-component-illustrator"
},
"main": "lib/index.js",
"bin": "bin/cli.js",
"engines": {
"node": ">=0.10.0"
Expand Down
1 change: 1 addition & 0 deletions src/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export function writeToOutput(options, content) {
mkdirp.sync(path.dirname(options.dest));
fs.writeFileSync(options.dest, content);
}
console.log(content);

return content;
}
Expand Down

0 comments on commit a149c87

Please sign in to comment.