Skip to content

Commit 046e934

Browse files
author
FMS-Cat
committed
3.0.0-beta4
1 parent fe2eab0 commit 046e934

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{
22
"name": "@fms-cat/automaton",
3-
"version": "3.0.0-beta3",
3+
"version": "3.0.0-beta4",
44
"description": "Animation engine for creative coding",
55
"main": "dist/automaton.min.js",
66
"repository": "https://github.com/FMS-Cat/automaton",
77
"author": "FMS-Cat",
88
"types": "types/index.d.ts",
99
"typesVersions": {
10-
"<3.8": { "*": [ "ts3.4/*" ] }
10+
"<3.8": {
11+
"*": [
12+
"ts3.4/*"
13+
]
14+
}
1115
},
1216
"license": "MIT",
1317
"scripts": {

0 commit comments

Comments
 (0)