diff --git a/package.json b/package.json index 0a06cd4..1a8be1d 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "node-cin", - "version": "2023.02.03", + "version": "2023.02.03-1", "description": "Standard input module for JavaScript / TypeScript", "main": "build/index.js", - "types": "dist/index.d.ts", + "types": "build/index.d.ts", "scripts": { "install": "tsc" },