Skip to content

Commit

Permalink
chore: explicitly set included files
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Apr 8, 2021
1 parent fab2bfb commit 411681b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cy2",
"version": "1.0.3",
"version": "1.0.4",
"main": "index.js",
"author": "Andrew Goldis",
"license": "MIT",
Expand All @@ -13,13 +13,11 @@
"npm-which": "^3.0.1"
},
"files": [
"bin",
"lib",
"bin/*",
"lib/*",
"index.js"
],
"bin": {
"cy2": "bin/cy2"
},
"bin": "./bin/cy2",
"engines": {
"node": ">=10.0.0"
},
Expand Down

0 comments on commit 411681b

Please sign in to comment.