Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Remove 'bin' from package 'files'
Browse files Browse the repository at this point in the history
  • Loading branch information
JimiC committed Apr 10, 2020
1 parent db07707 commit e89f192
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"node_modules",
"submodules",
"dist",
"bin",
"lib",
"examples",
"out",
Expand Down
1 change: 0 additions & 1 deletion bin/example
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#!/usr/bin/env node

require('../lib/examples').main();
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"example": "./bin/example"
},
"files": [
"bin",
"lib"
],
"scripts": {
Expand Down

0 comments on commit e89f192

Please sign in to comment.