Skip to content

Commit

Permalink
Explicitly list which directories and files to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
tomscholz authored and jfirebaugh committed Jun 28, 2017
1 parent fe95f01 commit 277e699
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .npmignore

This file was deleted.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,11 @@
"test-flow": "flow .",
"test-cov": "nyc --require=flow-remove-types/register --reporter=text-summary --reporter=lcov --cache run-s test-unit test-render test-query",
"prepublish": "in-publish && run-s build-dev build-min || not-in-publish"
}
},
"files": [
"dist/",
"flow-typed/",
"src/",
".flowconfig"
]
}

0 comments on commit 277e699

Please sign in to comment.