Skip to content

Commit

Permalink
add main field in package.json (#875)
Browse files Browse the repository at this point in the history
without it, npm will not automatically bundle non top-level
index.js files in a mono-repo setup such as this

re: #854
  • Loading branch information
shakyShane authored and samccone committed Oct 31, 2016
1 parent 694baf6 commit f00a350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lighthouse-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"main": "index.js",
"scripts": {
"build": "tsc",
"dev": "tsc -w"
Expand Down

0 comments on commit f00a350

Please sign in to comment.