Skip to content

Commit

Permalink
fix: Don’t include tests when installed as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Zearin authored Dec 28, 2023
1 parent 689dcab commit 2f70f2a
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 2f70f2a

Please sign in to comment.