Skip to content

Commit

Permalink
fix(node): only publish platform/node/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Oct 18, 2019
1 parent 639c899 commit 65ee353
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "mailchecker",
"version": "3.3.0",
"description": "Cross-language temporary (disposable/throwaway) email detection library. Covers hundreds fake email providers.",
"main": "platform/node/",
"main": "platform/node/index.js",
"files":[
"platform/node/index.js"
],
"scripts": {
"build": "node lib/clean.js && node gen.js",
"setup": "npm run build && npm-run-all --max-parallel 2 --parallel setup:*",
Expand Down

0 comments on commit 65ee353

Please sign in to comment.