We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0ddb0 commit 1988adbCopy full SHA for 1988adb
package.json
@@ -1,7 +1,24 @@
1
{
2
"name": "keyframes.ts",
3
- "version": "0.9.3",
+ "version": "0.9.4",
4
"description": "Create keyframe animations for anything in JavaScript; specify your keyframes in standards-complaint CSS.",
5
+ "licenses": [
6
+ {
7
+ "type": "GNU GPL v3",
8
+ "url": "https://www.gnu.org/licenses/gpl-3.0.html"
9
+ }
10
+ ],
11
+ "keywords": [
12
+ "keyframes",
13
+ "keyframes-library",
14
+ "animation",
15
+ "css",
16
+ "css-animations",
17
+ "typescript",
18
+ "web",
19
+ "browser",
20
+ "parsing"
21
22
"type": "module",
23
"main": "./dist/keyframes.js",
24
"module": "./dist/keyframes.js",
0 commit comments