diff --git a/package.json b/package.json index bfbd82f..3aa4558 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "module": "./lib/esm/index.js", "types": "./lib/index.d.ts", "license": "MIT", - "version": "0.0.1", + "version": "0.0.2", "scripts": { "build": "tsc --emitDeclarationOnly --outDir ./lib", "build-cjs": "tsc --module commonjs --outDir ./lib/cjs",