Skip to content

Commit

Permalink
fix: add main entry
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Mar 14, 2019
1 parent 372675b commit f3a58c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "third-party-web",
"version": "0.0.0-development",
"description": "Categorized data on third party entities on the web.",
"main": "./lib/index.js",
"scripts": {
"start": "mkdir -p .tmp && node bin/merge-origins-with-entities.js && node bin/create-markdown.js",
"test": "jest"
Expand Down

0 comments on commit f3a58c4

Please sign in to comment.