Skip to content

Commit 5e0b5e0

Browse files
committed
update package info
1 parent ab3a273 commit 5e0b5e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
2-
"author": "Kirby Wu",
2+
"author": "zbryikt",
33
"name": "easing-fit",
44
"description": "Fit any easing function with keyframes and cubic-bezier timinf function",
55
"version": "0.0.1",
66
"main": "dist/easing-fit.js",
77
"homepage": "https://github.com/loadingio/easing-fit",
88
"license": "MIT",
9+
"files": [
10+
"dist/**/*"
11+
],
912
"repository": {
1013
"type": "git",
1114
"url": "https://github.com/loadingio/easing-fit"

0 commit comments

Comments
 (0)