Skip to content

Commit

Permalink
fix(package.json): remove trailing slash from dist folder in files
Browse files Browse the repository at this point in the history
  • Loading branch information
Stun3R committed Jun 16, 2021
1 parent b494a35 commit 7d3000c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -47,7 +47,7 @@
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
"dist"
],
"scripts": {
"start": "siroc build --watch",
Expand Down

0 comments on commit 7d3000c

Please sign in to comment.