Skip to content

Commit 3e0df94

Browse files
committed
Fix missing url
1 parent 6441590 commit 3e0df94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "css-spring",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Generates values for physics based css-keyframe animations",
55
"main": "build/index.js",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/codepunkt/ss-spring.git"
8+
"url": "git+https://github.com/codepunkt/css-spring.git"
99
},
1010
"author": "Christoph Werner <[email protected]>",
1111
"license": "MIT",

0 commit comments

Comments
 (0)