diff --git a/package.json b/package.json index a55c8ea..7512fc1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fiume", "type": "module", - "version": "0.2.1", + "version": "0.2.2", "description": "lightweight javascript/typescript state machine", "types": "dist/index.d.ts", "main": "./dist/index.js", @@ -68,4 +68,4 @@ "tsd": { "directory": "test/types" } -} \ No newline at end of file +}