Skip to content

Commit

Permalink
Merge pull request #1 from Zearin/patch-1
Browse files Browse the repository at this point in the history
fix: Don’t include tests when installed as a dependency
  • Loading branch information
zachleat authored Feb 2, 2024
2 parents 689dcab + 2f70f2a commit 89d7e14
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"version": "1.0.2",
"description": "Low level internal utilities to be shared amongst Eleventy projects",
"main": "index.js",
"files": [
"src",
"src/**",
"index.js",
"!test",
"!test/**"
],
"scripts": {
"test": "npx ava --verbose"
},
Expand Down

0 comments on commit 89d7e14

Please sign in to comment.