We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a6442 commit bbc0fb8Copy full SHA for bbc0fb8
1 file changed
package.json
@@ -1,9 +1,20 @@
1
{
2
"name": "transition-style",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"author": "Adam Argyle",
5
"description": "just add water clip-path mask transitions",
6
"license": "ISC",
7
+ "homepage": "https://transition.style",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/argyleink/transition.css"
11
+ },
12
+ "keywords": [
13
+ "css",
14
+ "transitions",
15
+ "animations",
16
+ "masking"
17
+ ],
18
"main": "transition.min.css",
19
"style": "transition.min.css",
20
"browserslist": [
0 commit comments