Skip to content

Commit 1988adb

Browse files
committed
doxx
1 parent 4e0ddb0 commit 1988adb

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

package.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
11
{
22
"name": "keyframes.ts",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"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+
],
522
"type": "module",
623
"main": "./dist/keyframes.js",
724
"module": "./dist/keyframes.js",

0 commit comments

Comments
 (0)