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 fe2eab0 commit 046e934Copy full SHA for 046e934
package.json
@@ -1,13 +1,17 @@
1
{
2
"name": "@fms-cat/automaton",
3
- "version": "3.0.0-beta3",
+ "version": "3.0.0-beta4",
4
"description": "Animation engine for creative coding",
5
"main": "dist/automaton.min.js",
6
"repository": "https://github.com/FMS-Cat/automaton",
7
"author": "FMS-Cat",
8
"types": "types/index.d.ts",
9
"typesVersions": {
10
- "<3.8": { "*": [ "ts3.4/*" ] }
+ "<3.8": {
11
+ "*": [
12
+ "ts3.4/*"
13
+ ]
14
+ }
15
},
16
"license": "MIT",
17
"scripts": {
0 commit comments