Skip to content

Commit 0bade18

Browse files
committed
Add preact as peerDependency and bump devdep version
1 parent 0c4b2f7 commit 0bade18

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@
7272
"eslint-config-developit": "^1.1.1",
7373
"jest": "^23.4.2",
7474
"microbundle": "^0.8.3",
75-
"preact": "^8.2.9"
75+
"preact": "^8.4.2"
7676
},
77-
"dependencies": {}
77+
"dependencies": {},
78+
"peerDependencies": {
79+
"preact": "*"
80+
}
7881
}

0 commit comments

Comments
 (0)