Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change entry-point script.
Browse files Browse the repository at this point in the history
Move main entrypoint into `lib/`, this makes it easier to filter with
`files` in `package.json` without worrying about accidentally missing
files when they are added.
rwjblue committed Oct 8, 2019

Verified

This commit was signed with the committer’s verified signature.
djhi Gildas Garcia
1 parent 00616ce commit 315db8c
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -16,9 +16,9 @@
"license": "MIT",
"author": "Robert Jackson",
"files": [
"index.js"
"lib"
],
"main": "index.js",
"main": "lib/index.js",
"scripts": {
"changelog": "lerna-changelog",
"lint:js": "eslint .",

0 comments on commit 315db8c

Please sign in to comment.