Skip to content

Commit

Permalink
Add files entry to package
Browse files Browse the repository at this point in the history
  • Loading branch information
blikblum committed Apr 18, 2024
1 parent c0fa00a commit 232dcdf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"private": true,
"name": "slick-router",
"version": "3.0.0",
"description": "A powerful and flexible client side router",
Expand Down Expand Up @@ -54,6 +53,13 @@
"default": "./lib/middlewares/*.js"
}
},
"files": [
"lib",
"types",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"devDependencies": {
"@open-wc/testing": "^4.0.0",
"@web/dev-server": "^0.4.2",
Expand Down

0 comments on commit 232dcdf

Please sign in to comment.