We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75486aa commit 7b22113Copy full SHA for 7b22113
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "preact-css-transition-group",
3
"amdName": "PreactCSSTransitionGroup",
4
- "version": "1.0.0",
+ "version": "1.1.0",
5
"description": "Apply CSS transitions when adding or removing Preact components/elements.",
6
"main": "dist/preact-css-transition-group.js",
7
"minified:main": "dist/preact-css-transition-group.min.js",
@@ -80,6 +80,6 @@
80
"webpack": "^1.12.14"
81
},
82
"peerDependencies": {
83
- "preact": "^5.7.0 || ^6.0.2"
+ "preact": "*"
84
}
85
0 commit comments