We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab3a273 commit 5e0b5e0Copy full SHA for 5e0b5e0
package.json
@@ -1,11 +1,14 @@
1
{
2
- "author": "Kirby Wu",
+ "author": "zbryikt",
3
"name": "easing-fit",
4
"description": "Fit any easing function with keyframes and cubic-bezier timinf function",
5
"version": "0.0.1",
6
"main": "dist/easing-fit.js",
7
"homepage": "https://github.com/loadingio/easing-fit",
8
"license": "MIT",
9
+ "files": [
10
+ "dist/**/*"
11
+ ],
12
"repository": {
13
"type": "git",
14
"url": "https://github.com/loadingio/easing-fit"
0 commit comments