Skip to content

Commit 2362b09

Browse files
author
designcise
committed
chore: added src folder to files
1 parent 5bb3695 commit 2362b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.2",
44
"description": "A simple theme toggle for Next.js 13+",
55
"main": "dist/index.js",
6-
"files": ["dist"],
6+
"files": ["src", "dist"],
77
"scripts": {
88
"build": "rm -rf dist && NODE_ENV=production babel src/ --out-dir dist --copy-files",
99
"test": "jest --silent=false"

0 commit comments

Comments
 (0)