Skip to content

Commit 3f25ccd

Browse files
committed
Format package.json
1 parent e5e8889 commit 3f25ccd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
"scripts": {
2121
"prepack": "tsc && cp target/wasm32-wasi/release/next_superjson.wasm ."
2222
},
23-
"files": ["tools.*"],
23+
"files": [
24+
"tools.*"
25+
],
2426
"peerDependencies": {
2527
"next": ">12.3.0",
2628
"superjson": "^1"

0 commit comments

Comments
 (0)