diff --git a/package.json b/package.json index e300a96..23cbdd1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "typestate", "version": "1.0.3", "description": "A small finite state machine implementation in TypeScript.", - "main": "dist/typestate-1.0.3.js", + "main": "dist/typestate-node.js", "repository": { "type": "git", "url": "https://github.com/eonarheim/TypeState.git"