Skip to content

Commit

Permalink
chore: added src folder to files
Browse files Browse the repository at this point in the history
  • Loading branch information
designcise committed Nov 26, 2023
1 parent 5bb3695 commit 2362b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.2",
"description": "A simple theme toggle for Next.js 13+",
"main": "dist/index.js",
"files": ["dist"],
"files": ["src", "dist"],
"scripts": {
"build": "rm -rf dist && NODE_ENV=production babel src/ --out-dir dist --copy-files",
"test": "jest --silent=false"
Expand Down

0 comments on commit 2362b09

Please sign in to comment.